Home
last modified time | relevance | path

Searched refs:Freetotal (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c47 static struct stats *Freetotal; variable
57 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()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dlut.c46 static struct stats *Freetotal; variable
53 Freetotal = stats_new_counter("lut.frees", "total frees", 1); in lut_init()
61 stats_delete(Freetotal); in lut_fini()