Open abbccdda opened 4 years ago
In standard jemalloc library, there is a function to access thread.arena: http://jemalloc.net/jemalloc.3.html#thread.arena
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.
In standard jemalloc library, there is a function to access
thread.arena
: http://jemalloc.net/jemalloc.3.html#thread.arenawhich is very useful for visualizing and debugging memory allocation associated per thread, We should try to add it as part of rust library support.