Searched refs:g_dataCounts (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 57 static std::atomic<uint64_t> g_dataCounts = 0; variable 407 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_malloc() 475 g_dataCounts += stackSize; in hook_malloc() 479 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_malloc() 512 PRIu64"\n", g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), in hook_aligned_alloc() 581 g_dataCounts += stackSize; in hook_aligned_alloc() 585 PRIu64"\n", g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), in hook_aligned_alloc() 628 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_calloc() 695 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_calloc() 737 …g_mallocTimes.load(), g_timeCost.load(), g_dataCounts.load(), g_timeCost.load() / g_mallocTimes.lo… in hook_realloc() [all …]
|