|
RtFreeContiguousMemory frees a previously allocated physically contiguous memory region.
Syntax
BOOL RtFreeContiguousMemory(
PVOID pVirtualAddress
);
Parameters
pVirtualAddress
A virtual address as returned by a previous call to RtAllocateContiguousMemory.
Return Values
TRUE if the function succeeds, FALSE if the function fails
Remarks
RtFreeContiguousMemory releases a previous allocation of physically contiguous memory.
Requirements
Header | Rtapi.h |
Library | rtapi_w32.lib (Windows), Rtx_Rtss.lib (RTSS) |
See Also: