purpleprotocol / mimalloc_rust

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

NO-ISSUE Expose extended experimental options #37

Closed linxGnu closed 3 years ago

linxGnu commented 3 years ago

Although, experimental options are unstable settings within mimalloc. Some users may want to try and set those options at runtime.

For example: long running application may want to set reset_page_delay options for less frequent purge memory pages to OS

octavonce commented 3 years ago

@linxGnu That's great, I've looked over this and it looks good. Thank you for your contribution, I will merge this now.