Home
last modified time | relevance | path

Searched defs:MessyAllocator (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dbit_vector_test.cc71 struct MessyAllocator : public Allocator { struct
73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator() argument
74 ~MessyAllocator() {} in ~MessyAllocator()
76 void* Alloc(size_t s) override { in Alloc()
82 void Free(void* v) override { in Free()
87 Allocator* malloc_;
90 TEST(BitVector, MessyAllocator) { in TEST() argument