Searched refs:zero_reallocs (Results 1 – 3 of 3) sorted by relevance
1690 size_t zero_reallocs; in stats_print_helper() local1701 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()
293 $(srcroot)test/unit/zero_reallocs.c
47 + stats.zero_reallocs (@davidtgoldblatt)