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

/freebsd-9.3-release/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 96 milliseconds