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();
63 CEGUI_SET_DEFAULT_ALLOCATOR(StdAllocator)
67 #endif // end of guard _CEGUIMemoryStdAllocator_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Definition: MemoryStdAllocator.h:38
static size_t getMaxAllocationSize()
Get the maximum size of a single allocation.
Definition: MemoryStdAllocator.h:57