Home
last modified time | relevance | path

Searched defs:AllocGlobal (Results 1 – 1 of 1) sorted by relevance

/system/memory/libmeminfo/tools/alloctop/src/
Dlib.rs40 pub struct AllocGlobal { struct
42 pub size: u64,
44 pub calls: u64,
176 pub fn aggregate_global(data: &[AllocInfo]) -> AllocGlobal { in aggregate_global()
194 pub fn print_aggregated_global_data(data: &AllocGlobal) { in print_aggregated_global_data()