Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c44 static struct stats *Freetotal; variable
51 Freetotal = stats_new_counter("lut.frees", "total frees", 1); in lut_init()
59 stats_delete(Freetotal); in lut_fini()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c45 static struct stats *Freetotal; variable
55 Freetotal = stats_new_counter("free.total", "bytes freed", 1); in alloc_init()
66 ft = Freetotal; in alloc_fini()
71 Freetotal = NULL; in alloc_fini()
170 if (Freetotal) in alloc_free()
171 stats_counter_add(Freetotal, osize); in alloc_free()
208 if (Freetotal) in alloc_xfree()
209 stats_counter_add(Freetotal, size); in alloc_xfree()