Home
last modified time | relevance | path

Searched defs:num_buckets (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dhash_set.h108 const size_t num_buckets = hash_set_->NumBuckets(); in NextNonEmptySlot() local
339 void AllocateStorage(size_t num_buckets) { in AllocateStorage()