Searched refs: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() argument90 TEST(BitVector, MessyAllocator) { in TEST() argument91 MessyAllocator alloc; in TEST()