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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c42 static int MallocMax; variable
74 if (++MallocCount > MallocMax)
75 MallocMax = 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 58 milliseconds