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.cpp454 size_t coroutineStackSize = 0; in hook_malloc() local
455 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() local
561 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() local
667 if (ffrt_get_current_coroutine_stack(&stackAddr, &coroutineStackSize)) { in hook_calloc()
[all …]