Searched refs:Freecount (Results 1 – 1 of 1) sorted by relevance
49 static struct stats *Freecount; variable59 Freecount = stats_new_counter("free.calls", "free calls", 1); in alloc_init()70 fc = Freecount; in alloc_fini()75 Freecount = NULL; in alloc_fini()175 if (Freecount) in alloc_free()176 stats_counter_bump(Freecount); in alloc_free()212 if (Freecount) in alloc_xfree()213 stats_counter_bump(Freecount); in alloc_xfree()