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

/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c309 #define PTR_SET_GROWTH 333 macro
378 set->length = (old_length + PTR_SET_GROWTH) | 1;
426 set->length = PTR_SET_GROWTH;
428 set->members = (void **)aux_calloc(PTR_SET_GROWTH, sizeof(void *));
430 set->end = set->members + PTR_SET_GROWTH;
571 map->length = (old_length + PTR_SET_GROWTH) | 1;
622 map->length = PTR_SET_GROWTH;
624 size_t size = PTR_SET_GROWTH * sizeof(void *);
628 map->end = map->members + PTR_SET_GROWTH;

Completed in 178 milliseconds