Module alloc

Module alloc 

Source
Available on crate feature alloc only.
Expand description

Low level memory allocation.

Statics§

NSTD_ALLOCATOR
nstd’s default allocator.

Functions§

nstd_alloc_allocate
Allocates a new block of memory.
nstd_alloc_allocate_zeroed
Allocates a new block of zero-initialized memory.
nstd_alloc_deallocate
Deallocates memory that was previously allocated by this allocator.
nstd_alloc_reallocate
Reallocates memory that was previously allocated by this allocator.