Fix comment on SC_NPSIZES.
This commit is contained in:
parent
5e23f96dd4
commit
33f1aa5bad
@ -196,11 +196,7 @@
|
||||
(SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1)
|
||||
#define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR)
|
||||
|
||||
/*
|
||||
* The number of size classes that are at least a page in size. Note that
|
||||
* because delta may be smaller than a page, this is not the same as the number
|
||||
* of size classes that are *multiples* of the page size.
|
||||
*/
|
||||
/* The number of size classes that are a multiple of the page size. */
|
||||
#define SC_NPSIZES ( \
|
||||
/* Start with all the size classes. */ \
|
||||
SC_NSIZES \
|
||||
|
Loading…
Reference in New Issue
Block a user