Searched refs:g_mallocCount (Results 1 – 1 of 1) sorted by relevance
53 static int g_mallocCount = 0; variable84 g_mallocCount += realSize; in HcMonitorMalloc()85 if (g_maxCount < g_mallocCount) { in HcMonitorMalloc()86 g_maxCount = g_mallocCount; in HcMonitorMalloc()103 g_mallocCount -= GetRealMallocSize(iter->second.size); in HcMonitorFree()119 gMemoryMap.size(), g_mallocCount, g_maxCount, g_maxSingleCount); in ReportMonitor()130 return g_mallocCount > 0; in IsMemoryLeak()151 g_mallocCount = 0; in HcDestroyMallocMonitor()