Searched refs:Heap (Results 1 – 9 of 9) sorted by relevance
42 class Heap {44 Heap();45 ~Heap();48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() function51 Heap& operator=(const Heap&) = delete;70 bool operator==(const Heap& other) const { return impl_ == other.impl_; }71 bool operator!=(const Heap& other) const { return !(*this == other); }108 STLAllocator(const Heap& heap) in STLAllocator()138 Heap heap_;149 Allocator(const Heap& other) in Allocator()[all …]
437 Heap::Heap() { in Heap() function in android::Heap446 Heap::~Heap() { in ~Heap()452 void* Heap::allocate(size_t size) { in allocate()456 void Heap::deallocate(void* ptr) { in deallocate()460 void Heap::deallocate(HeapImpl* impl, void* ptr) { in deallocate()464 bool Heap::empty() { in empty()
6 …memory, reporting any unreachable blocks as leaks. It is similar to the [Heap Checker from tcmall…85 Heap allocator requirements
286 Heap heap; in GetUnreachableMemory()
153 Heap heap; in TEST_F()
35 Heap heap;
41 Heap heap_;
100 Heap heap;
39 Heap heap_;