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

/haiku-fatelf/src/bin/rcs/
H A Drcsclean.c291 int i, entries = 0, entries_max = 64; local
293 size_t *offset = tnalloc(size_t, entries_max);
309 if (entries == entries_max)
310 offset = trealloc(size_t, offset, entries_max<<=1);

Completed in 34 milliseconds