KasperskyOS Community Edition 1.1
Contents
Contents
KosMemZalloc()
This function is declared in the kos/alloc.h
file.
void *KosMemZalloc(rtl_size_t size);
This function is analogous to KosMemAlloc()
, but it also fills the allocated memory area with zeros.