Searched refs:allocfn_ (Results 1 – 1 of 1) sorted by relevance
341 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()343 allocfn_.construct(allocfn_.address(data_[i])); in AllocateStorage()350 allocfn_.destroy(allocfn_.address(data_[i])); in DeallocateStorage()352 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage()380 allocfn_.destroy(allocfn_.address(element)); in Resize()382 allocfn_.deallocate(old_data, old_num_buckets); in Resize()391 Alloc allocfn_; // Allocator function. variable