EngFreeMem

VOID EngFreeMem(

    PVOID pv

   );

EngFreeMem deallocates a block of system memory.

Parameters

pv
Pointer to the block of paged pool memory being deallocated.

Comments

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