2017-01-11 10:06:31 +08:00
|
|
|
#ifndef JEMALLOC_INTERNAL_STATS_EXTERNS_H
|
|
|
|
#define JEMALLOC_INTERNAL_STATS_EXTERNS_H
|
|
|
|
|
|
|
|
extern bool opt_stats_print;
|
|
|
|
|
2017-03-29 08:30:54 +08:00
|
|
|
void stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
2017-01-11 10:06:31 +08:00
|
|
|
const char *opts);
|
|
|
|
|
|
|
|
#endif /* JEMALLOC_INTERNAL_STATS_EXTERNS_H */
|