malloc.h File Reference

#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)


Define Documentation

#define __SYSINTERF_MALLOC_H__   1
 


Function Documentation

void* calloc size_t  nelem,
size_t  elsize
 

vaddr_t do_big_alloc asid_t  asid,
int  nb_pgs
 

void free void *  p  ) 
 

int free2 void *  p  ) 
 

void* malloc size_t  nbytes  ) 
 

void* realloc void *  p,
size_t  n
 


Generated on Wed May 24 23:05:58 2006 for LSE/OS by  doxygen 1.4.6