BlockAllocator.hpp File Reference

Go to the source code of this file.

Classes

class  playrho::BlockAllocator
 
struct  playrho::BlockDeallocator
 Block deallocator. More...
 

Namespaces

 playrho
 

Functions

template<typename T >
void playrho::Delete (const T *p, BlockAllocator &allocator)
 Deletes the given pointer by calling the pointed-to object's destructor and returning it to the given allocator. More...
 
bool playrho::operator== (const BlockAllocator &a, const BlockAllocator &b)
 BlockAllocator equality operator. More...
 
bool playrho::operator!= (const BlockAllocator &a, const BlockAllocator &b)
 BlockAllocator inequality operator. More...
 

Variables

const PLAYRHO_CONSTEXPR std::size_t playrho::AllocatorBlockSizes []
 Allocator block sizes array data. More...