Searched refs:coroutineStackSize (Results 1 – 1 of 1) sorted by relevance
454 size_t coroutineStackSize = 0; in hook_malloc() local455 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_malloc()456 stackSize = static_cast<int>(coroutineStackSize); in hook_malloc()458 stackendptr = stackptr + coroutineStackSize; in hook_malloc()560 size_t coroutineStackSize = 0; in hook_aligned_alloc() local561 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_aligned_alloc()562 stackSize = static_cast<int>(coroutineStackSize); in hook_aligned_alloc()564 stackendptr = stackptr + coroutineStackSize; in hook_aligned_alloc()666 size_t coroutineStackSize = 0; in hook_calloc() local667 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()[all …]