17#ifdef OM_MALLOC_MARK_AS_STATIC
18#define OM_MARK_AS_STATIC(addr) omMarkAsStaticAddr(addr)
20#define OM_MARK_AS_STATIC(addr) do {} while (0)
23#if OM_PROVIDE_MALLOC > 0
29 if (nmemb == 0) nmemb = 1;
44 fputs(
"omalloc Warning: valloc not yet implemented\n",stderr);
49void*
realloc(
void* old_addr,
size_t new_size)
51 if (old_addr && new_size)
67#ifndef OMALLOC_USES_MALLOC
68#if !defined(OMALLOC_FUNC)
100void*
reallocSize(
void* old_addr,
size_t old_size,
size_t new_size)
102 if (old_addr && new_size)
#define omTypeReallocAlignedSize
#define omFreeSize(addr, size)
#define omTypeAlloc0Aligned
#define omTypeReallocAligned
#define omTypeAllocAligned
#define OM_MARK_AS_STATIC(addr)