ApertureOS
Functions
kmalloc.h File Reference
#include "types.h"
Include dependency graph for kmalloc.h:
This graph shows which files directly or indirectly include this file:

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...