Lines Matching refs:allocator
22 #include "allocator.h"
28 Allocator* allocator,
33 allocator_(allocator),
43 Allocator* allocator)
45 allocator,
47 static_cast<uint32_t*>(allocator->Alloc(BitsToWords(start_bits) * kWordBytes))) {
53 Allocator* allocator)
55 allocator,
57 static_cast<uint32_t*>(allocator->Alloc(src.storage_size_ * kWordBytes))) {
371 Allocator* BitVector::GetAllocator() const {