Function nstd::alloc::nstd_alloc_allocate
source · [−]Expand description
Allocates a new memory block.
Parameters
const NSTDUSize size- Number of bytes to allocate.
Returns
NSTDAny ptr - The new memory block.
Allocates a new memory block.
const NSTDUSize size - Number of bytes to allocate.NSTDAny ptr - The new memory block.