mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-05 13:27:19 +03:00
PA: move in shard initialization.
This commit is contained in:
parent
a24faed569
commit
8433ad84ea
3 changed files with 37 additions and 26 deletions
|
|
@ -19,4 +19,7 @@ struct pa_shard_s {
|
|||
ecache_t ecache_retained;
|
||||
};
|
||||
|
||||
/* Returns true on error. */
|
||||
bool pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, unsigned ind);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PA_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue