buddy-alloc
buddy-alloc copied to clipboard
Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.
I built a simple test of the buddy-alloc, which builds a 1MiB heap, and tries to allocate all of it. First thing I noticed is that the heap I end...
**Introduction:** Welcome to the exciting world of crypto airdrops! Here's a curated list of active airdrops that you wouldn't want to miss. Dive in and explore the opportunities: ## 📌...
This is needed for rpm packaging for fedora. Copied from here: https://choosealicense.com/licenses/mit/#
`cargo test` works just fine but if you run them with the release flag e.g. `cargo test --release` then you get this error: ``` $ cargo test --release Finished release...
Reproduce panic issue: 1. Follow steps in: https://github.com/cryptape/ckb-script-templates/tree/main new a project(default is OK). 2. `make build` 3. run it by ckb-debugger: ``` ❯ ckb-debugger --bin build/release/test1 ??:??:?? ??:??:?? pc :...