Jump to content

KernVMFree: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernVMFree(PVOID linaddr); ==Description== This frees dynamic memory allocated with KernVMAlloc. ==Parameters== linaddr Address of allocate..."
 
Ak120 (talk | contribs)
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.