\"\" \"\" \"\"
Go up to Allocation
Go forward to alloc(): Allocation (Binding Form)
RISC-Linz logo

Alloc(): Allocation

p = Pointer<T>::Alloc()
      Pointer<T> p

Specification: Returns a reference p to a new memory block that may hold any T object. The memory block does not yet hold any T object.


Author: Wolfgang Schreiner
Last Modification: April 12, 1997