mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Remove build-time configuration 'config_limit_usize_gap'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user