Renaming limit_usize_gap to disable_large_size_classes

This commit is contained in:
guangli-dai 2025-04-16 11:57:55 -07:00 committed by Qi Wang
parent 01e9ecbeb2
commit 8347f1045a
18 changed files with 78 additions and 68 deletions

View file

@ -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.