The RTMarshal type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | AllocHContiguous |
Allocates contiguous memory from the unmanaged memory of the process.
|
![]() ![]() | AllocHLocal |
Allocates local memory from the unmanaged memory of the process.
|
![]() ![]() | AllocHLocked |
Allocates locked memory from the unmanaged memory of the process.
|
![]() ![]() | FreeHContiguous |
Frees memory previously allocated from the unmanaged memory of the process
with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHContiguous(System.IntPtr).
|
![]() ![]() | FreeHLocal |
Frees memory previously allocated from the unmanaged memory of the process
with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocal(System.IntPtr).
|
![]() ![]() | FreeHLocked |
Frees memory previously allocated from the unmanaged memory of the process
with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocked(System.IntPtr).
|
![]() ![]() | PhysicalAddressFromVirtualAddress(IntPtr) |
Translates a virtual address to a physical address.
|
![]() ![]() | PhysicalAddressFromVirtualAddress(UInt32) |
Translates a virtual address to a physical address.
|
See Also