#include <flx_gc.hpp>

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 |
1.5.3-20071008