Module: DL::MemorySpace
- Defined in:
- ptr.c
Constant Summary collapse
- MemoryTable =
historical
Qnil
Class Method Summary collapse
-
.each ⇒ Object
historical.
Class Method Details
.each ⇒ Object
historical
1013 1014 1015 1016 1017 1018 |
# File 'ptr.c', line 1013 VALUE rb_dlmem_each(VALUE self) { st_foreach(st_memory_table, dlmem_each_i, 0); return Qnil; } |