Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h507 size_t num_buckets = num_elements / max_load_factor_; in reserve() local
658 void AllocateStorage(size_t num_buckets) { in AllocateStorage()
729 const size_t num_buckets = NumBuckets(); in NextNonEmptySlot() local