Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp49 static std::atomic<uint64_t> g_mallocTimes = 0; variable
242 g_mallocTimes = 0; in MallocHookStart()
400 g_mallocTimes++; in hook_malloc()
404 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_malloc()
407g_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()
479g_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 …]