EngFreeMem macro (winddi.h)

The EngFreeMem function deallocates a block of system memory.

Syntax

void EngFreeMem(
  [in]  p
);

Parameters

[in] p

Pointer to the block of memory being deallocated.

Return value

None

Remarks

This routine releases memory allocated by EngAllocMem. The memory block must not be accessed after it is freed.

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

EngAllocMem