kern/kernel/mm
fef f5db4e4a25
mm/slab: add object caches
This was the last major obstacle in being able to
manage virtual memory maps.  Object caches are
custom allocators that allow for more fine-grained
allocation policies, including being able to use
memory from the DMAP region.
2022-04-01 17:09:03 +02:00
..
boot.c mm: refactor page allocator 2022-01-02 05:44:46 +01:00
CMakeLists.txt happy new year 2022 uwu 2022-01-01 03:49:33 +01:00
page.c mm/page: yet another overhaul 2022-04-01 16:56:08 +02:00
slab.c mm/slab: add object caches 2022-04-01 17:09:03 +02:00