Home
last modified time | relevance | path

Searched defs:Heap (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmemunreachable/
DAllocator.h48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() function
DAllocator.cpp437 Heap::Heap() { in Heap() function in android::Heap