modules/uwindows/malloc.c File Reference

#include "UW_Config.h"

Data Structures

struct  hdr

Defines

#define NULL   (void *)0

Typedefs

typedef hdr HEADER

Functions

void ialloc ()
char * UW_Malloc (unsigned long nbytes)
void UW_Free (char *ap)
void * UW_MemCpy (void *s1, const void *s2, int n)
void * UW_MemSet (void *s1, unsigned char val, int n)

Variables

char Heap [HEAP_SIZE]

Define Documentation

#define NULL   (void *)0


Typedef Documentation

typedef struct hdr HEADER


Function Documentation

void ialloc (  ) 

void UW_Free ( char *  ap  ) 

char* UW_Malloc ( unsigned long  nbytes  ) 

void* UW_MemCpy ( void *  s1,
const void *  s2,
int  n 
)

void* UW_MemSet ( void *  s1,
unsigned char  val,
int  n 
)


Variable Documentation

char Heap[HEAP_SIZE]


Generated on Tue May 1 19:42:14 2012 for MIOS32 by  doxygen 1.4.7