KernVMFree: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This frees dynamic memory allocated with KernVMAlloc. | This frees dynamic memory allocated with [[KernVMAlloc]]. | ||
==Synopsis== | ==Synopsis== | ||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; linaddr : Address of allocated memory. | ; linaddr ([[PVOID]]) - input : Address of allocated memory. | ||
[[Category:KEE]] | [[Category:KEE]] |
Latest revision as of 03:52, 28 May 2025
This frees dynamic memory allocated with KernVMAlloc.
Synopsis
APIRET APIENTRY KernVMFree(PVOID linaddr);
Parameters
- linaddr (PVOID) - input
- Address of allocated memory.