Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / kernel / mm / pmalloc_buddy.c
1 #include "pmm_internal.h"
2
3 // Classic buddy allocator
4
5 #ifdef CONFIG_PMALLOC_BUDDY
6
7 // TODO
8
9 #endif