Jump to content

KernVMFree

From EDM2
Revision as of 05:26, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernVMFree(PVOID linaddr); ==Description== This frees dynamic memory allocated with KernVMAlloc. ==Parameters== linaddr Address of allocate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

APIRET APIENTRY KernVMFree(PVOID linaddr);

Description

This frees dynamic memory allocated with KernVMAlloc.

Parameters

linaddr

   Address of allocated memory.