Skip to main contentCrate coop_heap
Source - PtrAndMeta
- Used for parameters (passed to
CoAllocator’s functions, where applicable). - SliceAndMeta
- Used for results (from
CoAllocator’s functions, where applicable).
- 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.
- SliceAndMetaResult