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

/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c183 static int history_allocated = 0; variable
189 int index = (target >> 2) % history_allocated;
194 if (index == history_allocated) index = 0;
214 if (history_used >= history_allocated * 3 / 4) {
216 int old_allocated = history_allocated;
217 history_allocated = old_allocated ? old_allocated * 2 : 10000;
220 history_allocated, sizeof(*history_list));

Completed in 178 milliseconds