File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ Tue Sep 20 23:02:50 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
+
3
+ * gc.c (gc_start_internal): [DOC] add ObjectSpace.garbage_collect
4
+ and fix GC#garbage_collect. [Bug #12777]
5
+
1
6
Tue Sep 20 21:24:01 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2
7
3
8
* doc/extension.ja.rdoc: translate r56189 (rb_gc_adjust_memory_usage).
Original file line number Diff line number Diff line change @@ -6576,7 +6576,8 @@ Init_stack(volatile VALUE *addr)
6576
6576
* GC.start -> nil
6577
6577
* GC.garbage_collect -> nil
6578
6578
* GC.start(full_mark: true, immediate_sweep: true) -> nil
6579
- * GC.garbage_collect(full_mark: true, immediate_sweep: true) -> nil
6579
+ * ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil
6580
+ * include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil
6580
6581
*
6581
6582
* Initiates garbage collection, unless manually disabled.
6582
6583
*
You can’t perform that action at this time.
0 commit comments