INtime SDK Help
RtFreeLockedMemory (iwin32)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtFreeLockedMemory (iwin32)

Frees memory that had been allocated with RtAllocateContiguousMemory or RtAllocateLockedMemory. Provided only for compatibility.

BOOLEAN RtFreeLockedMemory(
    PVOID pVirtualAddress
);

Parameters

pVirtualAddress
Virtual address returned by an earlier RtAllocateLockedMemory call.

Remarks

This function is implemented via free.

Return Values

Always returns TRUE.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h iwin32.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

free, RtAllocateContiguousMemory, RtAllocateLockedMemory, iwin32 API, iwin32 Overview