Searched refs:g_dataCounts (Results 1 - 1 of 1) sorted by relevance
/developtools/profiler/device/plugins/native_hook/src/ |
H A D | hook_client.cpp | 58 static std::atomic<uint64_t> g_dataCounts = 0; member 411 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_malloc() 479 g_dataCounts += stackSize; in hook_malloc() 483 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_malloc() 516 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_aligned_alloc() 584 g_dataCounts += stackSize; in hook_aligned_alloc() 588 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_aligned_alloc() 630 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_calloc() 697 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.load()); in hook_calloc() 739 g_mallocTimes.load(), g_timeCost.load(), g_dataCounts in hook_realloc() [all...] |
Completed in 3 milliseconds