PA: move in shard initialization.

This commit is contained in:
David Goldblatt
2020-03-08 11:19:41 -07:00
committed by David Goldblatt
parent a24faed569
commit 8433ad84ea
3 changed files with 37 additions and 26 deletions

View File

@@ -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 */