![]() |
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) |
#define | OM_MALLOC_SIZEOF_ADDR(addr) (malloc_size(addr)) |
#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_SIZEOF_ADDR | ( | addr | ) | (malloc_size(addr)) |
Definition at line 17 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.