Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp430 void* stackAddr = nullptr; in hook_malloc() local
432 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_malloc()
434 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_malloc()
536 void* stackAddr = nullptr; in hook_aligned_alloc() local
538 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_aligned_alloc()
540 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_aligned_alloc()
642 void* stackAddr = nullptr; in hook_calloc() local
644 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()
646 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_calloc()
752 void* stackAddr = nullptr; in hook_realloc() local
[all …]