Function nstd_alloc::nstd_std_alloc_allocate [−][src]
Expand description
Allocates a new memory block.
Parameters:
const NSTDUSize size - Number of bytes to allocate.
Returns: NSTDByte *ptr - The new memory block.
