Searched defs:Malloccount (Results 1 - 2 of 2) sorted by relevance

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

Completed in 83 milliseconds