Searched refs:Freetotal (Results 1 – 2 of 2) sorted by relevance
47 static struct stats *Freetotal; variable57 Freetotal = stats_new_counter("free.total", "bytes freed", 1); in alloc_init()68 ft = Freetotal; in alloc_fini()73 Freetotal = NULL; in alloc_fini()172 if (Freetotal) in alloc_free()173 stats_counter_add(Freetotal, osize); in alloc_free()210 if (Freetotal) in alloc_xfree()211 stats_counter_add(Freetotal, size); in alloc_xfree()
46 static struct stats *Freetotal; variable53 Freetotal = stats_new_counter("lut.frees", "total frees", 1); in lut_init()61 stats_delete(Freetotal); in lut_fini()