Remove build-time configuration 'config_limit_usize_gap'

This commit is contained in:
Guangli Dai
2025-04-15 23:50:43 -07:00
committed by Qi Wang
parent 852da1be15
commit 01e9ecbeb2
15 changed files with 160 additions and 244 deletions

View File

@@ -78,8 +78,7 @@ vsalloc(tsdn_t *tsdn, const void *ptr) {
return 0;
}
return config_limit_usize_gap? edata_usize_get(full_alloc_ctx.edata):
sz_index2size(full_alloc_ctx.szind);
return edata_usize_get(full_alloc_ctx.edata);
}
static unsigned