| 
 | Ds\PriorityQueue::allocateAllocates enough memory for a required capacity Description
   public void Ds\PriorityQueue::allocate(int  $capacity)Ensures that enough memory is allocated for a required capacity. This removes the need to reallocate the internal as values are added. Parameters
 Return ValuesNo value is returned. ExamplesExample #1 Ds\PriorityQueue::allocate example The above example will output something similar to: int(8) int(128) |