use info;
use ;
/// Dumps the heap through Jemalloc's API.
///
/// This funcions works when the following conditions are satisfied:
/// - the global allocator is [Jemallocator].
/// - the profiling is enabled.
///
/// [Jemallocator]: https://docs.rs/jemallocator/*/jemallocator/index.html