Searched refs:MallocMax (Results 1 – 1 of 1) sorted by relevance
42 static int MallocMax; variable74 if (++MallocCount > MallocMax) in malloc()75 MallocMax = MallocCount; in malloc()183 printf("Active Allocations: %d/%d\n", MallocCount, MallocMax); in mallocstats()