gnzlbg / jemallocator

Rust allocator using jemalloc as a backend
Apache License 2.0
403 stars 112 forks source link

Feature request: support arena index loop per thread #157

Open abbccdda opened 4 years ago

abbccdda commented 4 years ago

In standard jemalloc library, there is a function to access thread.arena: http://jemalloc.net/jemalloc.3.html#thread.arena

which is very useful for visualizing and debugging memory allocation associated per thread, We should try to add it as part of rust library support.