Searched refs:stackendptr (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 423 const char* stackendptr = nullptr; in hook_malloc() local 435 stackendptr = stackptr + coroutineStackSize; in hook_malloc() 438 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc() 439 stackSize = stackendptr - stackptr; in hook_malloc() 441 …pStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr); in hook_malloc() 449 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc() 450 stackSize = stackendptr - stackptr; in hook_malloc() 451 if (stackendptr == nullptr) { in hook_malloc() 529 const char* stackendptr = nullptr; in hook_aligned_alloc() local 541 stackendptr = stackptr + coroutineStackSize; in hook_aligned_alloc() [all …]
|