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

Public Member Functions

void * AllocTyped (Type type, int size, int align)
 
- Public Member Functions inherited from System.IRawAllocator
void * Alloc (int size, int align)
 
void Free (void *ptr)