Home
last modified time | relevance | path

Searched refs:HeapImpl (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmemunreachable/
DAllocator.cpp70 class HeapImpl { class
72 HeapImpl();
73 ~HeapImpl();
85 DISALLOW_COPY_AND_ASSIGN(HeapImpl);
168 Chunk(HeapImpl* heap, int bucket);
184 HeapImpl* heap() { return heap_; } in heap()
189 HeapImpl* heap_;
230 Chunk::Chunk(HeapImpl* heap, int bucket) in Chunk()
306 void* HeapImpl::operator new(std::size_t count __attribute__((unused))) noexcept { in operator new()
307 assert(count == sizeof(HeapImpl)); in operator new()
[all …]
DAllocator.h35 class HeapImpl; variable
61 static void deallocate(HeapImpl* impl, void* ptr);
80 HeapImpl* impl = impl_; in make_unique()
96 HeapImpl* impl_;