Searched refs:coroutine_alloc_frame (Results 1 – 1 of 1) sorted by relevance
492 static void *coroutine_alloc_frame(size_t size) { return alignedAlloc(size, 16); } in coroutine_alloc_frame() function in __anonc2fb15830111::ExternalSymbolGenerator586 functions.try_emplace("coroutine_alloc_frame", reinterpret_cast<void *>(coroutine_alloc_frame)); in Resolver()