Searched refs:grandtotal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c758 unsigned long group0total, group1total, otherstotal, grandtotal; local
762 group0total = group1total = otherstotal = grandtotal = 0;
805 grandtotal += hi->hi_size;
811 (unsigned long) SmHeapMaxTotal, grandtotal);
815 if (grandtotal != SmHeapTotal)
819 (unsigned long) SmHeapTotal, grandtotal);

Completed in 57 milliseconds