25#ifndef _OD_ALLOC_INCLUDED_
26#define _OD_ALLOC_INCLUDED_
30#if (defined(__GNUC__) && __GNUC__ >= 5 && __cpp_sized_deallocation >= 201309) || (defined(_MSC_VER) && _MSC_VER >= 1800)
34 std::new_handler handler = std::get_new_handler ();\
36 throw std::bad_alloc();\
42 throw std::bad_alloc();
ALLOCDLL_EXPORT void * odrxRealloc(void *pMemBlock, size_t newSize, size_t oldSize)
ALLOCDLL_EXPORT void * odrxAlloc(size_t nBytes)
ALLOCDLL_EXPORT OdUInt64 GetMemoryUsageInternalInfo(OdUInt32 target)
ALLOCDLL_EXPORT void odrxFree(void *pMemBlock)