KernVMFree: Difference between revisions
Appearance
Created page with "==Synopsis== APIRET APIENTRY KernVMFree(PVOID linaddr); ==Description== This frees dynamic memory allocated with KernVMAlloc. ==Parameters== linaddr Address of allocate..." |
m Ak120 moved page OS2 API:KEE:KernVMFree to KernVMFree |
(No difference)
|
Revision as of 00:42, 27 February 2017
Synopsis
APIRET APIENTRY KernVMFree(PVOID linaddr);
Description
This frees dynamic memory allocated with KernVMAlloc.
Parameters
linaddr
Address of allocated memory.