Home
last modified time | relevance | path

Searched refs:g_mallocCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H A Dmemory_monitor.cpp53 static int g_mallocCount = 0; variable
84 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()