Method GetCurrentDefaultBufferCapacity
GetCurrentDefaultBufferCapacity()
Returns the Capacity of the current Payload container from which Payloads are allocated from.
Declaration
public uint GetCurrentDefaultBufferCapacity()
Returns
Type | Description |
---|---|
uint | Capacity of the current Payload container from which Payloads are allocated from. |
Remarks
During a Resize operation 2 containers are used: an "active" one which holds the new size and the "old" one which holds the previous allocations that haven't yet been released. Only the Capacity from the "active" container is returned; the Overflow buffer is never included.