libcoro  1.0
Coroutine support library for C++20

◆ dealloc()

static void coro::pool_alloc::dealloc ( void *  ptr,
std::size_t  sz 
)
inlinestatic

deallocate block

Parameters
ptrpointer to block, it must be allocated by this allocator
szsize of the block, it must be same size as requested during allocation

Definition at line 190 of file pool_alloc.h.