freeSpace

The amount of space left in this queue's currently allocated backing data container.

Inserting a number of elements greater than freeSpace into this queue will cause the deque's backing container to be resized to accommodate the new values.

This value is calculated as capacity - size.