Jump to content

PSDHLP VMFREE

From EDM2
Revision as of 00:35, 21 August 2017 by Martini (talk | contribs) (Created page with "Free allocation created by PSDHLP_VMALLOC. This function frees memory or destroys a physical mapping created by the PSDHLP_VMALLOC help. ; Mode : Callable in Init and Kernel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Free allocation created by PSDHLP_VMALLOC.

This function frees memory or destroys a physical mapping created by the PSDHLP_VMALLOC help.

Mode
Callable in Init and Kernel Mode.

Syntax

PSDHLP_VMFREE <keywords>

Parameters

Linear address to free.

Return Code

Return code.

Remarks

The function can call a PSD help that may block.

Notes
All memory or mappings allocated by a PSD must be released if the PSD is DeInstalled.