|
ESYS13
Revision_
|
#include <stdlib.h>Go to the source code of this file.
Namespaces | |
| namespace | esysUtils |
Defines | |
| #define | ESYS_MALLOC ::malloc |
| #define | ESYS_FREE ::free |
| #define | ESYS_REALLOC ::realloc |
Functions | |
| void * | esysUtils::malloc (size_t len) |
| void | esysUtils::free (void *ptr) |
| void * | esysUtils::realloc (void *ptr, size_t len) |
| #define ESYS_FREE ::free |
Referenced by esysUtils::free().
| #define ESYS_MALLOC ::malloc |
Referenced by esysUtils::malloc().
| #define ESYS_REALLOC ::realloc |
Referenced by esysUtils::realloc().
1.7.6.1