KernVMFree
Appearance
This frees dynamic memory allocated with KernVMAlloc.
Synopsis
APIRET APIENTRY KernVMFree(PVOID linaddr);
Parameters
- linaddr (PVOID) - input
- Address of allocated memory.
This frees dynamic memory allocated with KernVMAlloc.
APIRET APIENTRY KernVMFree(PVOID linaddr);