mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Remove the unnecessary arena_ind_set in base_alloc_edata().
All edata alloc sites are already followed with proper edata_init().
This commit is contained in:
@@ -476,7 +476,6 @@ base_alloc_edata(tsdn_t *tsdn, base_t *base) {
|
||||
if (edata == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
edata_arena_ind_set(edata, ehooks_ind_get(&base->ehooks));
|
||||
edata_esn_set(edata, esn);
|
||||
return edata;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user