Home
last modified time | relevance | path

Searched refs:allocfn_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dhash_set.h341 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