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.
macro_rules! generate_read_jemalloc_raw_data {
($vis:vis fn $name:ident) => { ... };
}Generating function used for reading jemalloc stats.
Unfortunately we couldn’t re-export jemalloc struct so we hard coded its path here.