#include "host.h"
#include "callcpp.h"
Go to the source code of this file.
Define Documentation
#define ILLEGALMALLOCREQUEST 2001 |
#define NOTENOUGHMEMORY 2000 |
---------------------------------------------------------------------------- Include Files and Type Defines ----------------------------------------------------------------------------
Function Documentation
void* Emalloc |
( |
size_t |
Size | ) |
|
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
void* Erealloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |