mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-21 02:12:15 +03:00
Fix comment on SC_NPSIZES.
This commit is contained in:
parent
5e23f96dd4
commit
33f1aa5bad
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue