mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
PAC: Move in edata_cache accesses.
This commit is contained in:
parent
777b0ba965
commit
722652222a
4 changed files with 16 additions and 14 deletions
|
|
@ -26,7 +26,6 @@ pa_shard_prefork3(tsdn_t *tsdn, pa_shard_t *shard) {
|
|||
ecache_prefork(tsdn, &shard->pac.ecache_retained);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
pa_shard_prefork4(tsdn_t *tsdn, pa_shard_t *shard) {
|
||||
edata_cache_prefork(tsdn, &shard->edata_cache);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue