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

Alloc(): Allocation

a = Array<T>::Alloc(n)
      Array<T> a
      int n

Specification: Returns a new array a with n slots. The contents of the slots are undefined.

Constraints: It is illegal to call Alloc with n < 0.


Author: Wolfgang Schreiner
Last Modification: April 12, 1997