Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DHeapWalker.cpp114 root_vals_.insert(root_vals_.end(), vals.begin(), vals.end()); in Root()
132 vals.begin = reinterpret_cast<uintptr_t>(root_vals_.data()); in DetectLeaks()
133 vals.end = vals.begin + root_vals_.size() * sizeof(uintptr_t); in DetectLeaks()
DHeapWalker.h54 root_vals_(allocator), in HeapWalker()
112 allocator::vector<uintptr_t> root_vals_; variable