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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c38 static struct stats *Malloctotal; variable in typeref:struct:stats
44 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1);
53 mt = Malloctotal;
56 Malloctotal = NULL;
77 if (Malloctotal)
78 stats_counter_add(Malloctotal, nbytes);
142 if (Malloctotal)
143 stats_counter_add(Malloctotal, nbytes);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c46 static struct stats *Malloctotal; variable in typeref:struct:stats
56 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1);
67 mt = Malloctotal;
72 Malloctotal = NULL;
103 if (Malloctotal)
104 stats_counter_add(Malloctotal, nbytes);
196 if (Malloctotal)
197 stats_counter_add(Malloctotal, nbytes);

Completed in 44 milliseconds