libcoro  1.0
Coroutine support library for C++20

◆ alloc()

static void* coro::pool_alloc::alloc ( std::size_t  sz)
inlinestatic

allocate a block

Parameters
szrequested size. The size is rounded to next 16 bytes
Returns
pointer to allocated block

Definition at line 179 of file pool_alloc.h.