Searched refs:stackAddr (Results 1 – 1 of 1) sorted by relevance
430 void* stackAddr = nullptr; in hook_malloc() local432 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() local538 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() local644 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 …]