Function nstd_alloc::nstd_std_alloc_allocate_zeroed[][src]

pub unsafe extern "C" fn nstd_std_alloc_allocate_zeroed(
    size: usize
) -> *mut u8
Expand description

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