module GC
Defined in:
gc.crgc/boehm.cr
gc/null.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)
- .realloc(pointer : Pointer(Void), size : Int)
- .register_disappearing_link(pointer : Pointer(Pointer(Void)))
- .stats