Searched refs:g_mallocTimes (Results 1 – 1 of 1) sorted by relevance
49 static std::atomic<uint64_t> g_mallocTimes = 0; variable242 g_mallocTimes = 0; in MallocHookStart()400 g_mallocTimes++; in hook_malloc()404 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_malloc()407 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_malloc()470 g_mallocTimes++; in hook_malloc()476 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_malloc()479 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_malloc()505 g_mallocTimes++; in hook_aligned_alloc()509 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_aligned_alloc()[all …]