mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-12 11:47:19 +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
|
|
@ -20,6 +20,8 @@ struct pac_s {
|
|||
ecache_t ecache_dirty;
|
||||
ecache_t ecache_muzzy;
|
||||
ecache_t ecache_retained;
|
||||
|
||||
edata_cache_t *edata_cache;
|
||||
};
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PAC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue