Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit f87cea5

Browse files
authored
move to docs from book
1 parent 236e755 commit f87cea5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/memory.md renamed to docs/memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# メモリ
1+
# メモリ管理
22

33
このドキュメントはLiteCoreカーネルで実装されているメモリ管理(フレーム割当、メモリマップ、カーネルヒープ)の設計と使い方をまとめています。
44

@@ -76,4 +76,4 @@ API(主要なもの):
7676

7777
- ヒープのスレッドセーフ化(スピンロック等)
7878
- フレーム割当で連続フレームを高速に割当できるように最適化
79-
- ページテーブル / 仮想メモリの導入後に、物理フレームと仮想アドレス空間の管理を分離
79+
- ページテーブル / 仮想メモリの導入後に、物理フレームと仮想アドレス空間の管理を分離

0 commit comments

Comments
 (0)