#include <libc.h>
Go to the source code of this file.
Defines | |
#define | __SYSINTERF_MALLOC_H__ 1 |
Functions | |
vaddr_t | do_big_alloc (asid_t asid, int nb_pgs) |
void * | malloc (size_t nbytes) |
int | free2 (void *p) |
void | free (void *p) |
void * | realloc (void *p, size_t n) |
void * | calloc (size_t nelem, size_t elsize) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|