Bug #14408 ยป update_gc_args.patch
gc.c (working copy) | ||
---|---|---|
* GC.latest_gc_info(:major_by) -> :malloc
|
||
*
|
||
* Returns information about the most recent garbage collection.
|
||
*
|
||
* If the optional argument, hash, is given,
|
||
* it is overwritten and returned.
|
||
* This is intended to avoid probe effect.
|
||
*/
|
||
static VALUE
|
||
... | ... | |
* :oldmalloc_increase_bytes_limit=>16777216
|
||
* }
|
||
*
|
||
* If the optional argument, hash, is given,
|
||
* it is overwritten and returned.
|
||
* This is intended to avoid probe effect.
|
||
*
|
||
* The contents of the hash are implementation specific and may be changed in
|
||
* the future.
|
||
*
|