#include <flx_gc.hpp>
Inheritance diagram for flx::gc::generic::collector_t:
Public Member Functions | |
void | set_debug (bool d) |
unsigned long | get_allocation_count () const |
unsigned long | get_root_count () const |
unsigned long | get_allocation_amt () const |
void * | allocate (gc_shape_t *shape, unsigned long x) |
void | deallocate (frame_t *fp) |
unsigned long | collect () |
void | add_root (void *memory) |
void | remove_root (void *memory) |
void | compact (bool closed) |
void | check () |
Public Attributes | |
bool | debug |