Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp425 int fpStackDepth = 0; in hook_malloc() local
441fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_malloc()
465 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_malloc()
531 int fpStackDepth = 0; in hook_aligned_alloc() local
547fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_aligned_alloc()
571 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_aligned_alloc()
637 int fpStackDepth = 0; in hook_calloc() local
653fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_calloc()
681 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_calloc()
747 int fpStackDepth = 0; in hook_realloc() local
[all …]