mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 23:48:19 +03:00
Add forking handling for stats
This commit is contained in:
parent
508303077b
commit
f533ab6da6
3 changed files with 21 additions and 0 deletions
|
|
@ -44,5 +44,8 @@ bool stats_interval_accum(tsd_t *tsd, uint64_t bytes);
|
|||
void stats_print(write_cb_t *write_cb, void *cbopaque, const char *opts);
|
||||
|
||||
bool stats_boot(void);
|
||||
void stats_prefork(tsdn_t *tsdn);
|
||||
void stats_postfork_parent(tsdn_t *tsdn);
|
||||
void stats_postfork_child(tsdn_t *tsdn);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_STATS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue