Searched defs:Heap (Results 1 – 2 of 2) sorted by relevance
/system/core/libmemunreachable/ | ||
D | Allocator.h | 46 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() function |
D | Allocator.cpp | 449 Heap::Heap() { in Heap() function in Heap |