Searched defs:allocfn_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dhash_set.h156 : allocfn_(alloc),
170 : allocfn_(other.allocfn_),
190 : allocfn_(std::move(other.allocfn_)),
409 swap(allocfn_, other.allocfn_);
423 return allocfn_;
578 data_ = allocfn_.allocate(num_buckets_);
581 allocfn_
664 Alloc allocfn_; // Allocator function. member in class:art::HashSet
[all...]

Completed in 61 milliseconds