Allocates local memory from the unmanaged memory of the process.
Namespace: RTX.Runtime.InteropServicesAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- size
- Type:
System Int32
the number of bytes to allocate
Return Value
Type:
Returns a pointer to the starting address of the allocated bytes.
See Also