Crate coop_heap

Crate coop_heap 

Source

Structs§

SliceAndMeta
Used for results (from CoAllocator’s functions, where applicable).

Traits§

CoAllocator
Cooperative allocator. In addition to allocated memory, it returns & accepts extra metadata. That saves the allocator unnecessary processing.
GlobalCoAlloc
Cooperative allocator. In addition to allocated memory, it returns & accepts extra metadata. That saves the allocator unnecessary processing.

Type Aliases§

SliceAndMetaResult