Searched refs:coroutineStackSize (Results 1 – 1 of 1) sorted by relevance
431 size_t coroutineStackSize = 0; in hook_malloc() local432 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_malloc()433 stackSize = static_cast<int>(coroutineStackSize); in hook_malloc()435 stackendptr = stackptr + coroutineStackSize; in hook_malloc()537 size_t coroutineStackSize = 0; in hook_aligned_alloc() local538 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_aligned_alloc()539 stackSize = static_cast<int>(coroutineStackSize); in hook_aligned_alloc()541 stackendptr = stackptr + coroutineStackSize; in hook_aligned_alloc()643 size_t coroutineStackSize = 0; in hook_calloc() local644 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()[all …]