|
HAllocator
A Simple C++ Memory Allocator
|
Rebind allocator to allocate different type U. More...
#include <Halloc.hpp>
Public Types | |
| using | other = Halloc< U, BlockSize, MaxNumBlocks > |
Rebind allocator to allocate different type U.
Required by C++ allocator requirements for container internals (e.g., std::vector needs to allocate internal node structures).
| using hh::halloc::Halloc< T, BlockSize, MaxNumBlocks >::rebind< U >::other = Halloc<U, BlockSize, MaxNumBlocks> |