Searched defs:AllocStats (Results 1 – 2 of 2) sorted by relevance
37 struct AllocStats { struct38 std::map<int64_t, std::vector<string>> nodes_by_size;39 int64_t total_bytes = 0;40 int64_t total_nodes = 0;
52 } AllocStats; typedef