Method TryAllocateInRange
TryAllocateInRange(PositionedAllocationRequest, out IAllocatedMemory)
Tries to allocate memory according to the provided PositionedAllocationRequest.
bool TryAllocateInRange(PositionedAllocationRequest request, out IAllocatedMemory allocated)
Parameters
requestPositionedAllocationRequest- The PositionedAllocationRequest specifying the requested properties of the allocation.
allocatedIAllocatedMemory- The IAllocatedMemory instance representing the allocation.