KasperskyOS Community Edition 1.1
Contents
Contents
KnVmUnmap()
This function is declared in the coresrv/vmm/vmm_api.h
file.
Retcode KnVmUnmap(void *addr, rtl_size_t size);
Frees the memory area.
Parameters:
addr
refers to the page-aligned address of the memory area.size
refers to the memory area size.
If pages are successfully freed, the function returns rcOk.
Page top