module
GC
v2_1_10 -
Show latest stable
The GC module provides an interface to Ruby’s mark and sweep garbage collection mechanism.
Some of the underlying methods are also available via the ObjectSpace module.
You may obtain information about the operation of the GC through GC::Profiler.
Constants
INTERNAL_CONSTANTS = gc_constants
OPTS = opts = rb_ary_new()
Files
- gc.c