mimalloc-rust icon indicating copy to clipboard operation
mimalloc-rust copied to clipboard

The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust

Results 4 mimalloc-rust issues
Sort by recently updated
recently updated
newest added

Since GlobalHeap can be created from an arbitrary pointer, and code assumes heaps always have valid pointers, it is easy to cause UB: ```rust use mimalloc_rust::heap::GlobalHeap; use mimalloc_rust::heap::MiMallocHeap; use mimalloc_rust::*;...

This PR updates the `mimalloc-rust-sys` crate to build against mimalloc v2.1.2 which is, at the time of this PR, the latest version. The API, according to the documentation, stayed the...

When looking through the project, I saw a bunch of, on the first look, unnecessary transmutes. The tests still pass fine, so I'm assuming they are really just redundant

The build script currently sets the variable `MI_DEBUG_FUL` which is wrong. The correct variable name is `MI_DEBUG_FULL`