DrChat / buddyalloc
Buddy allocator, forked from the toyos repository.
☆14Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for buddyalloc
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆28Updated 2 weeks ago
- Simply and Easily cross-compile the Rust sysroot crates.☆14Updated 2 years ago
- Backtrace support for Rust `no_std` and embedded programs.☆46Updated last year
- Allows for proper and easy handling of volatile memory☆35Updated 6 months ago
- A (very experimental) WebAssembly backend for Cranelift.☆13Updated 2 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- DWARF program analysis crate☆16Updated 6 months ago
- Target "triple" support☆47Updated last month
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆15Updated 4 years ago
- A C expression parser and evaluator☆45Updated last year
- A L4-like micro-kernel OS written in Rust☆52Updated 10 months ago
- Virtual Machine/Interpreter dispatch method experiments in Rust☆38Updated 6 years ago
- global allocator for Rust that provides hooks for tracking allocations☆47Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆34Updated 4 years ago
- Experimental JIT compiler generator☆25Updated 7 months ago
- 🗃 UTF-8 string, byte string, and C string interner☆26Updated this week
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- New register allocator designed as a successor to regalloc2