29#ifndef _CEGUIMemoryStdAllocator_h_
30#define _CEGUIMemoryStdAllocator_h_
41 static inline void* allocateBytes(
size_t count)
46 static inline void deallocateBytes(
void* ptr)
59 return std::numeric_limits<size_t>::max();
63CEGUI_SET_DEFAULT_ALLOCATOR(StdAllocator)
Definition: MemoryStdAllocator.h:39
static size_t getMaxAllocationSize()
Get the maximum size of a single allocation.
Definition: MemoryStdAllocator.h:57
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1