Module heap

Source
Expand description

First-class heaps that can be destroyed in one go.

furthur documentation

Structs§

GlobalHeap
the default Global Heap Type
MiMallocHeap
Heap type used for allocator API

Traits§

HeapVisitor
A custom function which visits the Heap

Type Aliases§

MiMallocHeapGlobal
the default Global Heap Type Alias