rCore-Tutorial-v3/ch4/os/mm/sidebar-items.js
2022-07-25 03:51:47 +00:00

1 line
482 B
JavaScript

window.SIDEBAR_ITEMS = {"fn":[["init","initiate heap allocator, frame allocator and kernel space"]],"mod":[["address","Implementation of physical and virtual address and page number."],["frame_allocator","Implementation of [`FrameAllocator`] which controls all the frames in the operating system."],["heap_allocator","The global allocator"],["memory_set","Implementation of [`MapArea`] and [`MemorySet`]."],["page_table","Implementation of [`PageTableEntry`] and [`PageTable`]."]]};