Beef Corlib
Public Member Functions | Protected Member Functions | List of all members
System.SingleAllocator Class Reference
Inheritance diagram for System.SingleAllocator:
System.ITypedAllocator System.IRawAllocator

Public Member Functions

 SingleAllocator (int size)
 
void * Alloc (int size, int align)
 
void Free (void *ptr)
 
void * AllocTyped (Type type, int size, int align)
 

Protected Member Functions

virtual void * AllocLarge (int size, int align)
 
virtual void FreeLarge (void *ptr)