Home
last modified time | relevance | path

Searched refs:Freecount (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c47 static struct stats *Freecount; variable
57 Freecount = stats_new_counter("free.calls", "free calls", 1); in alloc_init()
68 fc = Freecount; in alloc_fini()
73 Freecount = NULL; in alloc_fini()
173 if (Freecount) in alloc_free()
174 stats_counter_bump(Freecount); in alloc_free()
210 if (Freecount) in alloc_xfree()
211 stats_counter_bump(Freecount); in alloc_xfree()