mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 02:27:21 +03:00
Clean up *PAGE* macros.
s/PAGE_SHIFT/LG_PAGE/g and s/PAGE_SIZE/PAGE/g. Remove remnants of the dynamic-page-shift code. Rename the "arenas.pagesize" mallctl to "arenas.page". Remove the "arenas.chunksize" mallctl, which is redundant with "opt.lg_chunk".
This commit is contained in:
parent
f004737267
commit
ae4c7b4b40
13 changed files with 148 additions and 213 deletions
|
|
@ -1179,7 +1179,7 @@ prof_boot1(void)
|
|||
prof_interval = 0;
|
||||
}
|
||||
|
||||
prof_promote = (opt_prof && opt_lg_prof_sample > PAGE_SHIFT);
|
||||
prof_promote = (opt_prof && opt_lg_prof_sample > LG_PAGE);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue