Lines Matching refs:GetMallocAllocator

31   BitVector bv(kBits, false, Allocator::GetMallocAllocator());  in TEST()
73 MessyAllocator() : malloc_(Allocator::GetMallocAllocator()) {} in MessyAllocator()
175 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
176 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
177 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST()
187 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
188 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
189 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST()
201 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
202 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
210 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST()
211 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
220 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST()
221 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
246 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
256 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
271 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
288 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
302 BitVector bv(16, false, Allocator::GetMallocAllocator()); in TEST()
370 BitVectorArray bva(100, 200, true, Allocator::GetMallocAllocator()); in TEST()
377 BitVectorArray bva(100, 200, true, Allocator::GetMallocAllocator()); in TEST()
387 BitVectorArray bva(100, 200, true, Allocator::GetMallocAllocator()); in TEST()
406 BitVectorArray bva(100, 100, true, Allocator::GetMallocAllocator()); in TEST()