Jump to content

KernVMFree

From EDM2
Revision as of 03:52, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This frees dynamic memory allocated with KernVMAlloc.

Synopsis

APIRET APIENTRY KernVMFree(PVOID linaddr);

Parameters

linaddr (PVOID) - input
Address of allocated memory.