Block deallocator. More...
#include <playrho/BlockAllocator.hpp>
Public Types | |
| using | size_type = BlockAllocator::size_type |
| Size type. | |
Public Member Functions | |
| constexpr | BlockDeallocator (BlockAllocator *a, size_type n) noexcept |
| Initializing constructor. | |
| void | operator() (void *p) const noexcept |
| Default operator. | |
Public Attributes | |
| BlockAllocator * | allocator = nullptr |
| Allocator pointer. | |
| size_type | nelem = 0u |
| Number of elements. | |
Block deallocator.