rusch95 / mimalloc-rs

Fork of mimallocator that aims to port mimalloc over to rust.
16 stars 0 forks source link

Allow rust impl code to call c impl functions #3

Open rusch95 opened 5 years ago

rusch95 commented 5 years ago

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.