X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/095a899a9749b85443e546b1062026747445658c..c166bd62fbb907f95f79f621e2a2fb4fdde08e01:/lunaix-os/kernel/mm/pmalloc_ncontig.c diff --git a/lunaix-os/kernel/mm/pmalloc_ncontig.c b/lunaix-os/kernel/mm/pmalloc_ncontig.c new file mode 100644 index 0000000..08ad882 --- /dev/null +++ b/lunaix-os/kernel/mm/pmalloc_ncontig.c @@ -0,0 +1,9 @@ +#include "pmm_internal.h" + +// NContig Allocator (simplified boundary tag allocator) + +#ifdef CONFIG_PMALLOC_NCONTIG + +// TODO + +#endif \ No newline at end of file