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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_dict.c106 dict->resize_threshold = RESIZE_THRESHOLD(num_buckets);
124 dict->resize_threshold = 0;
236 while (dict->num_entries > dict->resize_threshold) {
290 dict->resize_threshold = RESIZE_THRESHOLD(dict->buckets.nitems);
H A Dkxld_dict.h66 u_int resize_threshold; // Num entries we must reach to cause a resize member in struct:kxld_dict

Completed in 22 milliseconds