mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Renaming limit_usize_gap to disable_large_size_classes
This commit is contained in:
parent
01e9ecbeb2
commit
8347f1045a
18 changed files with 78 additions and 68 deletions
|
|
@ -514,7 +514,7 @@ void prof_unbias_map_init(void) {
|
|||
#ifdef JEMALLOC_PROF
|
||||
for (szind_t i = 0; i < SC_NSIZES; i++) {
|
||||
/*
|
||||
* When limit_usize_gap is enabled, the unbiased calculation
|
||||
* With large size classes disabled, the unbiased calculation
|
||||
* here is not as accurate as it was because usize now changes
|
||||
* in a finer grain while the unbiased_sz is still calculated
|
||||
* using the old way.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue