mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
PAC: move in emap
This commit is contained in:
committed by
David Goldblatt
parent
7efcb946c4
commit
65803171a7
2
src/pa.c
2
src/pa.c
@@ -29,7 +29,7 @@ pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, emap_t *emap, base_t *base,
|
||||
if (edata_cache_init(&shard->edata_cache, base)) {
|
||||
return true;
|
||||
}
|
||||
if (pac_init(tsdn, &shard->pac, ind, &shard->edata_cache)) {
|
||||
if (pac_init(tsdn, &shard->pac, ind, emap, &shard->edata_cache)) {
|
||||
return true;
|
||||
}
|
||||
if (ecache_grow_init(tsdn, &shard->ecache_grow)) {
|
||||
|
||||
Reference in New Issue
Block a user