Searched defs:MessyAllocator (Results 1 – 1 of 1) sorted by relevance
71 struct MessyAllocator : public Allocator { struct73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator() argument74 ~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