mimalloc-rs
mimalloc-rs copied to clipboard
Allow rust impl code to call c impl functions
Currently, we can only port functions that don't call any mimalloc functions, so bottom up only.
It would be nice to support swapping out middle and top functions.