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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c46 static struct stats *Freetotal; variable in typeref:struct:stats
53 Freetotal = stats_new_counter("lut.frees", "total frees", 1);
61 stats_delete(Freetotal);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c47 static struct stats *Freetotal; variable in typeref:struct:stats
57 Freetotal = stats_new_counter("free.total", "bytes freed", 1);
68 ft = Freetotal;
73 Freetotal = NULL;
172 if (Freetotal)
173 stats_counter_add(Freetotal, osize);
210 if (Freetotal)
211 stats_counter_add(Freetotal, size);

Completed in 51 milliseconds