Searched refs:HeapImpl (Results 1 – 2 of 2) sorted by relevance
70 class HeapImpl { class72 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 …]
35 class HeapImpl; variable61 static void deallocate(HeapImpl* impl, void* ptr);80 HeapImpl* impl = impl_; in make_unique()96 HeapImpl* impl_;