|
ApertureOS
|
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... | |
| void kcompact | ( | ) |
| void kfree | ( | void * | addr | ) |
| void* kmalloc | ( | size_t | size | ) |
kernel malloc
| size | The size in bytes of the memory to allocate |
1.8.9.1