My Project
|
Go to the source code of this file.
Macros | |
#define | OM_MALLOC_MALLOC malloc |
#define | OM_MALLOC_REALLOC realloc |
#define | OM_MALLOC_FREE free |
#define | OM_MALLOC_VALLOC valloc |
#define | OM_MALLOC_VFREE(addr, size) OM_MALLOC_FREE(addr) |
Functions | |
static size_t | OM_MALLOC_SIZEOF_ADDR (void *d) |
#define OM_MALLOC_FREE free |
Definition at line 13 of file omMallocSystem.h.
#define OM_MALLOC_MALLOC malloc |
Definition at line 11 of file omMallocSystem.h.
#define OM_MALLOC_REALLOC realloc |
Definition at line 12 of file omMallocSystem.h.
#define OM_MALLOC_VALLOC valloc |
Definition at line 14 of file omMallocSystem.h.
#define OM_MALLOC_VFREE | ( | addr, | |
size | |||
) | OM_MALLOC_FREE(addr) |
Definition at line 15 of file omMallocSystem.h.
|
inlinestatic |
Definition at line 29 of file omMallocSystem.h.