Lines Matching refs:GetCallocAllocator
31 BitVector bv(kBits, false, Allocator::GetCallocAllocator()); in TEST()
73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator()
176 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
177 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
178 BitVector third(5, true, Allocator::GetCallocAllocator()); in TEST()
188 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
189 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
190 BitVector third(5, true, Allocator::GetCallocAllocator()); in TEST()
202 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
203 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
211 BitVector first(5, true, Allocator::GetCallocAllocator()); in TEST()
212 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
221 BitVector first(5, true, Allocator::GetCallocAllocator()); in TEST()
222 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
247 BitVector bv(0, true, Allocator::GetCallocAllocator()); in TEST()
257 BitVector bv(0, true, Allocator::GetCallocAllocator()); in TEST()
272 BitVector bv(0, true, Allocator::GetCallocAllocator()); in TEST()
289 BitVector bv(0, true, Allocator::GetCallocAllocator()); in TEST()
303 BitVector bv(16, false, Allocator::GetCallocAllocator()); in TEST()