Searched defs:NoopAllocator (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dallocator.cc46 class NoopAllocator FINAL : public Allocator {
48 explicit NoopAllocator() {} function in class:art::FINAL
49 ~NoopAllocator() {}
52 LOG(FATAL) << "NoopAllocator::Alloc should not be called";
61 DISALLOW_COPY_AND_ASSIGN(NoopAllocator);
64 NoopAllocator g_noop_allocator;

Completed in 125 milliseconds