Home
last modified time | relevance | path

Searched refs:coroutineStackSize (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp431 size_t coroutineStackSize = 0; in hook_malloc() local
432 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() local
538 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() local
644 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()
[all …]