#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 NULL (void *)0 |
| 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 | |||
| ) |
| char Heap[HEAP_SIZE] |
1.4.7