// ntddk.h
NTPSHEDAPI VOID PshedFreeMemory(
[in] PVOID Address
);
View the official Windows Driver Kit DDI referenceNo description available.
The PshedFreeMemory function frees a block of memory that was previously allocated by calling the PshedAllocateMemory function.
Address [in]A pointer to the block of memory being freed.
None
A PSHED plug-in calls the PshedFreeMemory function to free a block of memory that it previously allocated by calling the PshedAllocateMemory function.