purpleprotocol / mimalloc_rust

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

libmimalloc-sys: change ptr mutability to match the mimalloc c lib #20

Closed ordian closed 4 years ago

ordian commented 4 years ago

See https://microsoft.github.io/mimalloc/group__malloc.html and https://typr124.github.io/UB1.

ordian commented 4 years ago

@octavonce Thanks for the quick response! I've pushed 4c0dc5d to fixup the merge.