Function nstd_alloc::nstd_std_alloc_allocate_zeroed [−][src]
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.