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.