git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
mm
/
pmalloc_ncontig.c
1
#include "pmm_internal.h"
2
3
// NContig Allocator (simplified boundary tag allocator)
4
5
#ifdef CONFIG_PMALLOC_NCONTIG
6
7
// TODO
8
9
#endif