|
◆ dealloc()
static void coro::pool_alloc::dealloc |
( |
void * |
ptr, |
|
|
std::size_t |
sz |
|
) |
| |
|
inlinestatic |
deallocate block
- Parameters
-
ptr | pointer to block, it must be allocated by this allocator |
sz | size of the block, it must be same size as requested during allocation |
Definition at line 190 of file pool_alloc.h.
|