Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
ruby_gc_params_t Struct Reference

Data Fields

unsigned int initial_malloc_limit
 
unsigned int initial_heap_min_slots
 
unsigned int initial_free_min
 
int gc_stress
 

Detailed Description

Definition at line 75 of file gc.c.

Field Documentation

◆ gc_stress

int ruby_gc_params_t::gc_stress

Definition at line 80 of file gc.c.

◆ initial_free_min

unsigned int ruby_gc_params_t::initial_free_min

Definition at line 78 of file gc.c.

◆ initial_heap_min_slots

unsigned int ruby_gc_params_t::initial_heap_min_slots

Definition at line 77 of file gc.c.

◆ initial_malloc_limit

unsigned int ruby_gc_params_t::initial_malloc_limit

Definition at line 76 of file gc.c.


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