PA: Move in basic stats merging.

This commit is contained in:
David Goldblatt
2020-03-12 09:28:13 -07:00
committed by David Goldblatt
parent f29f6090f5
commit 506d907e40
3 changed files with 12 additions and 3 deletions

View File

@@ -229,4 +229,7 @@ void pa_shard_prefork4(tsdn_t *tsdn, pa_shard_t *shard);
void pa_shard_postfork_parent(tsdn_t *tsdn, pa_shard_t *shard);
void pa_shard_postfork_child(tsdn_t *tsdn, pa_shard_t *shard);
void pa_shard_basic_stats_merge(pa_shard_t *shard, size_t *nactive,
size_t *ndirty, size_t *nmuzzy);
#endif /* JEMALLOC_INTERNAL_PA_H */