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..."
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This frees dynamic memory allocated with [[KernVMAlloc]].
==Synopsis==
==Synopsis==
APIRET APIENTRY KernVMFree(PVOID linaddr);
APIRET APIENTRY KernVMFree(PVOID linaddr);
 
==Description==
This frees dynamic memory allocated with KernVMAlloc.


==Parameters==
==Parameters==
; linaddr ([[PVOID]]) - input : Address of allocated memory.


linaddr
[[Category:KEE]]
    Address of allocated memory.
 
[[Category:The OS/2 API Project]]

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.