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

/macosx-10.9.5/xnu-2422.115.4/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 314 milliseconds