Module malloc_allocator

Module malloc_allocator 

Source
Expand description

An alloactor backed by malloc

Structsยง

MallocAllocator
The allocator that internally uses malloc for all the allocation requests. This allocator is only intended for experimental uses.