Property IsDisjointedBuffer
IsDisjointedBuffer
Checks if the PayloadHandle references a Disjointed Buffer.
Declaration
public bool IsDisjointedBuffer { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
A Disjointed Buffer is an allocation that contains PayloadHandle values to other allocations. This allows multiple allocated buffers to be combined into a single reference, but as a consequence the memory isn't contiguous and requires multiple handle look-ups to retrieve the entirety of the data.