mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 16:47:29 +03:00
PAC: Add an init function.
This commit is contained in:
parent
722652222a
commit
7efcb946c4
8 changed files with 54 additions and 30 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue