Searched refs:MallocCount (Results 1 – 1 of 1) sorted by relevance
43 static int MallocCount; variable74 if (++MallocCount > MallocMax) in Malloc()75 MallocMax = MallocCount; in Malloc()120 --MallocCount; in Free()135 if (++MallocCount > MallocMax) in Calloc()136 MallocMax = MallocCount; in Calloc()164 if (++MallocCount > MallocMax) in Realloc()165 MallocMax = MallocCount; in Realloc()193 printf("Active Allocations: %d/%d\n", MallocCount, MallocMax); in mallocstats()