Home
last modified time | relevance | path

Searched refs:zero_reallocs (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/src/
H A Dstats.c1690 size_t zero_reallocs; in stats_print_helper() local
1701 CTL_GET("stats.zero_reallocs", &zero_reallocs, size_t); in stats_print_helper()
1727 &zero_reallocs); in stats_print_helper()
1736 "Count of realloc(non-null-ptr, 0) calls: %zu\n", zero_reallocs); in stats_print_helper()
/src/contrib/jemalloc/
H A DMakefile.in293 $(srcroot)test/unit/zero_reallocs.c
H A DChangeLog47 + stats.zero_reallocs (@davidtgoldblatt)