Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c39 static struct stats *Malloccount; variable
45 Malloccount = stats_new_counter("alloc.calls", "total calls", 1); in alloc_init()
54 mc = Malloccount; in alloc_fini()
57 Malloccount = NULL; in alloc_fini()
80 if (Malloccount) in alloc_malloc()
81 stats_counter_bump(Malloccount); in alloc_malloc()
144 if (Malloccount) in alloc_xmalloc()
145 stats_counter_bump(Malloccount); in alloc_xmalloc()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c48 static struct stats *Malloccount; variable
58 Malloccount = stats_new_counter("alloc.calls", "alloc calls", 1); in alloc_init()
69 mc = Malloccount; in alloc_fini()
74 Malloccount = NULL; in alloc_fini()
106 if (Malloccount) in alloc_malloc()
107 stats_counter_bump(Malloccount); in alloc_malloc()
198 if (Malloccount) in alloc_xmalloc()
199 stats_counter_bump(Malloccount); in alloc_xmalloc()