|
ApertureOS
|
#include "types.h"

Go to the source code of this file.
Functions | |
| void | kmalloc_init () |
| Initialize the kernel memory allocator. More... | |
| void * | kmalloc (size_t size) |
| kernel malloc More... | |
| void | kfree (void *addr) |
| kernel free More... | |
| void | kcompact () |
| Compact the kernel memory allocation table. More... | |
1.8.9.1