Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
/ co_heap Public archive

Rust cooperative allocation (placeholder)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

coop-rs/co_heap

Repository files navigation

Reserved crate name. Heap cooperation for safe applications & libraries in Rust (initially optimized only on Linux, but available for any target).

coop_heap may become a set of (std/no_std) targets that make heap types co-operate with the allocator.

That goes against existing Rust documentation. (For example, that Vec is and always will be a (pointer, capacity, length) triplet .)

Of course, these custom targets and std library will NOT work with some unsafe crates - but only if those crates make extra & unnecessary assumptions.

About

Rust cooperative allocation (placeholder)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages