Home
last modified time | relevance | path

Searched refs:not_owned_sub_size_ (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h145 uint64_t not_owned_sub_size() const { return not_owned_sub_size_; } in not_owned_sub_size()
147 not_owned_sub_size_ += addition; in add_not_owned_sub_size()
200 uint64_t not_owned_sub_size_ = 0; variable