mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-16 09:56:22 +03:00
Add stats counters for number of zero reallocs
This commit is contained in:
parent
9cfa805947
commit
de81a4eada
8 changed files with 81 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ extern bool opt_zero;
|
|||
extern unsigned opt_narenas;
|
||||
extern zero_realloc_action_t opt_zero_realloc_action;
|
||||
extern const char *zero_realloc_mode_names[];
|
||||
extern atomic_zu_t zero_realloc_count;
|
||||
|
||||
/* Number of CPUs. */
|
||||
extern unsigned ncpus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue