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