1 #ifndef __LUNAIX_KALLOC_H
2 #define __LUNAIX_KALLOC_H
10 * @brief Allocate a space in kernel heap.This is NOT the same as kmalloc in Linux!
11 * LunaixOS does NOT guarantee the continuity in physical pages.
20 * @brief calloc for kernel heap. A wrapper for kmalloc
29 * @brief free for kernel heap
37 #endif /* __LUNAIX_KALLOC_H */