KernVMFree: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This frees dynamic memory allocated with KernVMAlloc. | |||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernVMFree(PVOID linaddr); | APIRET APIENTRY KernVMFree(PVOID linaddr); | ||
==Parameters== | ==Parameters== | ||
; linaddr : Address of allocated memory. | |||
[[Category:KEE]] | |||
[[Category: |
Revision as of 22:58, 9 June 2017
This frees dynamic memory allocated with KernVMAlloc.
Synopsis
APIRET APIENTRY KernVMFree(PVOID linaddr);
Parameters
- linaddr
- Address of allocated memory.