nstd_alloc_allocate_zeroed

Function nstd_alloc_allocate_zeroed 

Source
pub unsafe extern "C" fn nstd_alloc_allocate_zeroed(
    size: usize,
) -> NSTDAny
Expand description

Allocates a new memory block with all bytes set to 0. Parameters: const NSTDUSize size - Number of bytes to allocate. Returns: NSTDAny ptr - The new memory block.