Expand description
Custom allocator implementation.
We provide support for jemalloc and snmalloc on unix systems, and prefer jemalloc if both are enabled.
Functions§
- new_
allocator - Creates a new custom allocator.
Type Aliases§
- Allocator
- Custom allocator.