generate_read_jemalloc_raw_data

Macro generate_read_jemalloc_raw_data 

Source
macro_rules! generate_read_jemalloc_raw_data {
    ($vis:vis fn $name:ident) => { ... };
}
Expand description

Generating function used for reading jemalloc stats.

Unfortunately we couldn’t re-export jemalloc struct so we hard coded its path here.