Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DHeapWalker.cpp132 root_vals_.insert(root_vals_.end(), vals.begin(), vals.end()); in Root()
150 vals.begin = reinterpret_cast<uintptr_t>(root_vals_.data()); in DetectLeaks()
151 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