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

Go to the source code of this file.

Functions

void umalloc_init ()
 
void * umalloc (size_t size)
 
void ufree (void *addr)
 
void ucompact ()
 

Function Documentation

void ucompact ( )
void ufree ( void *  addr)
void* umalloc ( size_t  size)
void umalloc_init ( )