Interface IAllocatedMemory
A single memory allocation from an IMemoryAllocator.
public interface IAllocatedMemory
Remarks
When this object is disposed, the allocation is freed. Similarly, when the GC collects this object, the allocation is freed.
Properties
- BaseAddress
- Gets the base address of this allocation.
- IsExecutable
- Gets whether or not this allocation is executable.
- Size
- Gets the size of this allocation.