Module: DL::MemorySpace

Defined in:
ext/rubysl/dl/ptr.c

Constant Summary collapse

MemoryTable =

historical

Qnil

Class Method Summary collapse

Class Method Details

.eachObject

historical



1017
1018
1019
1020
1021
1022
# File 'ext/rubysl/dl/ptr.c', line 1017

VALUE
rb_dlmem_each(VALUE self)
{
  st_foreach(st_memory_table, dlmem_each_i, 0);
  return Qnil;
}