Searched refs:stackAddr (Results 1 – 1 of 1) sorted by relevance
453 void* stackAddr = nullptr; in hook_malloc() local455 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() local561 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() local667 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 …]