PAC: Add an init function.

This commit is contained in:
David Goldblatt
2020-05-29 17:32:37 -07:00
committed by David Goldblatt
parent 722652222a
commit 7efcb946c4
8 changed files with 54 additions and 30 deletions

View File

@@ -24,4 +24,7 @@ struct pac_s {
edata_cache_t *edata_cache;
};
bool pac_init(tsdn_t *tsdn, pac_t *pac, unsigned ind,
edata_cache_t *edata_cache);
#endif /* JEMALLOC_INTERNAL_PAC_H */