flx::gc::generic::allocator_t Struct Reference
Allocator abstraction.
More...
#include <flx_gc.hpp>
List of all members.
|
Public Member Functions |
|
virtual void * | allocate (std::size_t)=0 |
|
virtual void | deallocate (void *)=0 |
|
virtual void * | reallocate (void *, std::size_t)=0 |
|
void | set_debug (bool d) |
Public Attributes |
|
bool | debug |
Detailed Description
Allocator abstraction.
The documentation for this struct was generated from the following file: