mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[Doc] Fix duplicated entry in GC.stat documentation
This commit is contained in:
parent
ab3b79ea3d
commit
e057ff333a
1
gc.rb
1
gc.rb
@ -195,7 +195,6 @@ module GC
|
||||
# - +:heap_allocated_pages+:
|
||||
# The total number of allocated pages.
|
||||
# - +:heap_empty_pages+:
|
||||
# - +:heap_allocated_pages+:
|
||||
# The number of pages with no live objects, and that could be released to the system.
|
||||
# - +:heap_sorted_length+:
|
||||
# The number of pages that can fit into the buffer that holds references to all pages.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user