module GC
Defined in:
gc.crgc/boehm.cr
gc/none.cr
Class Method Summary
- .add_finalizer(object : Reference)
 - .add_finalizer(object)
 - .add_root(object : Reference)
 - .collect
 - .disable
 - .enable
 - .free(pointer : Pointer(Void))
 - .init
 - .is_heap_ptr(pointer : Pointer(Void))
 - .malloc(size : Int)
 - .malloc_atomic(size : Int)
 - .prof_stats
 - .realloc(pointer : Pointer(Void), size : Int)
 - .register_disappearing_link(pointer : Pointer(Pointer(Void)))
 - .set_stackbottom(stack_bottom : Pointer(Void))
 - .stats