PshedFreeMemory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

NTPSHEDAPI VOID PshedFreeMemory(
  [in] PVOID Address
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-pshedfreememory)

PshedFreeMemory function

Description

The PshedFreeMemory function frees a block of memory that was previously allocated by calling the PshedAllocateMemory function.

Parameters

Address [in]

A pointer to the block of memory being freed.

Return value

None

Remarks

A PSHED plug-in calls the PshedFreeMemory function to free a block of memory that it previously allocated by calling the PshedAllocateMemory function.

See also

PshedAllocateMemory