purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
481 stars 42 forks source link

exposing #106

Closed devnexen closed 4 months ago

rhysd commented 2 months ago

What is the intention of this change? MiMalloc::usable_size is a private method so it is actually not exposed outside the module.