Ruby  2.0.0p598(2014-11-13revision48408)
Data Fields
heaps_header Struct Reference

Data Fields

struct heaps_slotbase
 
uintptr_tbits
 
RVALUEstart
 
RVALUEend
 
size_t limit
 

Detailed Description

Definition at line 171 of file gc.c.

Field Documentation

struct heaps_slot* heaps_header::base

Definition at line 172 of file gc.c.

Referenced by assign_heap_slot().

uintptr_t* heaps_header::bits

Definition at line 173 of file gc.c.

Referenced by assign_heap_slot(), free_unused_heaps(), and rb_objspace_free().

RVALUE* heaps_header::end

Definition at line 175 of file gc.c.

Referenced by assign_heap_slot(), and is_swept_object().

size_t heaps_header::limit
RVALUE* heaps_header::start

The documentation for this struct was generated from the following file: