mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 18:17:19 +03:00
PAC: move in emap
This commit is contained in:
parent
7efcb946c4
commit
65803171a7
4 changed files with 31 additions and 28 deletions
|
|
@ -21,10 +21,11 @@ struct pac_s {
|
|||
ecache_t ecache_muzzy;
|
||||
ecache_t ecache_retained;
|
||||
|
||||
emap_t *emap;
|
||||
edata_cache_t *edata_cache;
|
||||
};
|
||||
|
||||
bool pac_init(tsdn_t *tsdn, pac_t *pac, unsigned ind,
|
||||
bool pac_init(tsdn_t *tsdn, pac_t *pac, unsigned ind, emap_t *emap,
|
||||
edata_cache_t *edata_cache);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PAC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue