pub unsafe extern "C" fn nstd_alloc_allocate_zeroed(
size: usize,
) -> NSTDAnyExpand 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.