Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_heap_struct Struct Reference

Data Fields

RVALUEfreelist
 
struct heap_pagefree_pages
 
struct heap_pageusing_page
 
struct heap_pagepages
 
struct heap_pagesweep_pages
 
struct heap_pagepooled_pages
 
size_t total_pages
 
size_t total_slots
 

Detailed Description

Definition at line 498 of file gc.c.

Field Documentation

◆ free_pages

struct heap_page* rb_heap_struct::free_pages

Definition at line 501 of file gc.c.

◆ freelist

RVALUE* rb_heap_struct::freelist

Definition at line 499 of file gc.c.

◆ pages

struct heap_page* rb_heap_struct::pages

Definition at line 503 of file gc.c.

◆ pooled_pages

struct heap_page* rb_heap_struct::pooled_pages

Definition at line 506 of file gc.c.

◆ sweep_pages

struct heap_page* rb_heap_struct::sweep_pages

Definition at line 504 of file gc.c.

◆ total_pages

size_t rb_heap_struct::total_pages

Definition at line 508 of file gc.c.

◆ total_slots

size_t rb_heap_struct::total_slots

Definition at line 509 of file gc.c.

◆ using_page

struct heap_page* rb_heap_struct::using_page

Definition at line 502 of file gc.c.


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