Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Jun 11, 2024
1 parent 3c32a60 commit a6ec54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/_builtin/Process
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ Process.wait2 # => [70024, #<Process::Status: pid 70024 exit 0>]

CRubyではメジャーGCを実行し以下のことをします:
(1) ヒープを圧縮します
(2) GCされれなかった全ての新世代オブジェクトを古い世代に昇格します
(2) GCされなかった全ての新世代オブジェクトを古い世代に昇格します
(3) 全ての文字列のcoderange([m:String#valid_encoding]などで使われる文字列の内容とエンコーディングとの整合性の情報)を事前計算します
(4) すべての空のヒープページを解放し、解放したページ数だけ割当可能なページカウンター(heap_allocatable_pages)を増分します
(5) 空のmallocページを解放するためにmalloc_trimを呼び出します
Expand Down

0 comments on commit a6ec54c

Please sign in to comment.