Allocate a class (And call it's constructor)
Type* CL_BlockAllocator::new_obj(); Type* CL_BlockAllocator::new_obj( P1 p1); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2, P3 p3); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2, P3 p3, P4 p4); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6); Type* CL_BlockAllocator::new_obj( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7);
Detailed description:
param: p1 = Parameter 1 param: p2 = Parameter 2 param: p3 = Parameter 3 param: p4 = Parameter 4 param: p5 = Parameter 5 param: p6 = Parameter 6 param: p7 = Parameter 7