KasperskyOS Community Edition 1.1
Contents
Contents
KosMemFree()
This function is declared in the kos/alloc.h
file.
void KosMemFree(void *ptr);
This function frees a memory area that was allocated using the KosMemAlloc()
, KosMemZalloc()
or KosMemAllocEx()
function.
ptr
is the pointer to the freed memory area.