Home
last modified time | relevance | path

Searched refs:Heap (Results 1 – 9 of 9) sorted by relevance

/system/core/libmemunreachable/
DAllocator.h42 class Heap {
44 Heap();
45 ~Heap();
48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() function
51 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 …]
DAllocator.cpp437 Heap::Heap() { in Heap() function in android::Heap
446 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()
DREADME.md6 …memory, reporting any unreachable blocks as leaks. It is similar to the [Heap Checker from tcmall…
85 Heap allocator requirements
DMemUnreachable.cpp286 Heap heap; in GetUnreachableMemory()
/system/core/libmemunreachable/tests/
DBinder_test.cpp153 Heap heap; in TEST_F()
DAllocator_test.cpp35 Heap heap;
DHeapWalker_test.cpp41 Heap heap_;
DThreadCapture_test.cpp100 Heap heap;
DLeakFolding_test.cpp39 Heap heap_;