File: C:/Ruby27-x64/share/ri/2.7.0/system/GC/stat-c.ri
U:RDoc::AnyMethod[iI" stat:ETI"
GC::stat;TT:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"8Returns a Hash containing information about the GC.;To:RDoc::Markup::BlankLine o;
; [I"NThe hash includes information about internal statistics about GC such as:;T@o:RDoc::Markup::Verbatim; [ I"{
;TI" :count=>0,
;TI"$ :heap_allocated_pages=>24,
;TI"" :heap_sorted_length=>24,
;TI"% :heap_allocatable_pages=>0,
;TI"& :heap_available_slots=>9783,
;TI"! :heap_live_slots=>7713,
;TI"! :heap_free_slots=>2070,
;TI" :heap_final_slots=>0,
;TI" :heap_marked_slots=>0,
;TI" :heap_eden_pages=>24,
;TI" :heap_tomb_pages=>0,
;TI"% :total_allocated_pages=>24,
;TI" :total_freed_pages=>0,
;TI") :total_allocated_objects=>7796,
;TI"# :total_freed_objects=>83,
;TI"* :malloc_increase_bytes=>2389312,
;TI"1 :malloc_increase_bytes_limit=>16777216,
;TI" :minor_gc_count=>0,
;TI" :major_gc_count=>0,
;TI"0 :remembered_wb_unprotected_objects=>0,
;TI"6 :remembered_wb_unprotected_objects_limit=>0,
;TI" :old_objects=>0,
;TI" :old_objects_limit=>0,
;TI"- :oldmalloc_increase_bytes=>2389760,
;TI"3 :oldmalloc_increase_bytes_limit=>16777216
;TI"}
;T:@format0o;
; [I"PThe contents of the hash are implementation specific and may be changed in ;TI"the future.;T@o;
; [I"4This method is only expected to work on C Ruby.;T:
@fileI"
gc.rb;T:0@omit_headings_from_table_of_contents_below0I"DGC.stat -> Hash
GC.stat(hash) -> hash
GC.stat(:key) -> Numeric
;T0[ I"(hash_or_key = nil);T@6FI"GC;TcRDoc::NormalModule00