KernVMFree: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernVMFree to KernVMFree |
No edit summary |
||
Line 10: | Line 10: | ||
Address of allocated memory. | Address of allocated memory. | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:47, 10 May 2017
Synopsis
APIRET APIENTRY KernVMFree(PVOID linaddr);
Description
This frees dynamic memory allocated with KernVMAlloc.
Parameters
linaddr
Address of allocated memory.