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.cpp453 void* stackAddr = nullptr; in hook_malloc() local
455 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_malloc()
457 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_malloc()
559 void* stackAddr = nullptr; in hook_aligned_alloc() local
561 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_aligned_alloc()
563 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_aligned_alloc()
665 void* stackAddr = nullptr; in hook_calloc() local
667 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()
669 stackptr = reinterpret_cast<const char*>(stackAddr); in hook_calloc()
775 void* stackAddr = nullptr; in hook_realloc() local
[all …]