Skip to main content

Crate coop_heap

Crate coop_heap 

Source

Structs§

PtrAndMeta
Used for parameters (passed to CoAllocator’s functions, where applicable).
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