Module allocator

Module allocator 

Source
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.