Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkern/kxld/
H A Dkxld_dict.c106 dict->resize_threshold = RESIZE_THRESHOLD(num_buckets); in kxld_dict_init()
124 dict->resize_threshold = 0; in kxld_dict_clear()
242 while (dict->num_entries > dict->resize_threshold) { in kxld_dict_insert()
296 dict->resize_threshold = RESIZE_THRESHOLD(dict->buckets.nitems); in resize_dict()
H A Dkxld_dict.h66 u_int resize_threshold; // Num entries we must reach to cause a resize member