Searched refs:owns_impl_ (Results 1 - 2 of 2) sorted by relevance

/system/core/libmemunreachable/
H A DAllocator.h48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {}
97 bool owns_impl_; member in namespace:android
H A DAllocator.cpp443 owns_impl_ = true;
447 if (owns_impl_) {

Completed in 54 milliseconds