Method GetCurrentDefaultBufferUsage
GetCurrentDefaultBufferUsage()
Returns the Usage of the current Payload container from which Payloads are allocated from.
Declaration
public uint GetCurrentDefaultBufferUsage()
Returns
Type | Description |
---|---|
uint | Usage 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 Usage from the "active" container is returned; the Overflow buffer is never included.