Method ADT.CircularList()->allocate() Method allocate void allocate(int(0..) elements) Description Increase the maxsize of the CircularlList. Parameter elements Add this number of new elements to the list. See also set_max_size()