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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c43 static int MallocCount; variable
74 if (++MallocCount > MallocMax)
75 MallocMax = MallocCount;
120 --MallocCount;
135 if (++MallocCount > MallocMax)
136 MallocMax = MallocCount;
164 if (++MallocCount > MallocMax)
165 MallocMax = MallocCount;
193 printf("Active Allocations: %d/%d\n", MallocCount, MallocMax);

Completed in 57 milliseconds