Macros
omMallocSystem.h File Reference

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))
 

Macro Definition Documentation

§ OM_MALLOC_FREE

#define OM_MALLOC_FREE   free

Definition at line 13 of file omMallocSystem.h.

§ OM_MALLOC_MALLOC

#define OM_MALLOC_MALLOC   malloc

Definition at line 11 of file omMallocSystem.h.

§ OM_MALLOC_REALLOC

#define OM_MALLOC_REALLOC   realloc

Definition at line 12 of file omMallocSystem.h.

§ OM_MALLOC_SIZEOF_ADDR

#define OM_MALLOC_SIZEOF_ADDR (   addr)    (malloc_size(addr))

Definition at line 17 of file omMallocSystem.h.

§ OM_MALLOC_VALLOC

#define OM_MALLOC_VALLOC   valloc

Definition at line 14 of file omMallocSystem.h.

§ OM_MALLOC_VFREE

#define OM_MALLOC_VFREE (   addr,
  size 
)    OM_MALLOC_FREE(addr)

Definition at line 15 of file omMallocSystem.h.