Module allocator

Module allocator 

Available on crate feature cli only.
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.