All Classes |Grouped Classes |Index

Function allocate

Allocate memory (See note on this class for the allocation method)

	void* CL_BlockAllocator::allocate(
		int size);

Detailed description:

Also see: new_obj() which allocates and calls the constructor param: size = Size to allocate (in bytes)