Searched refs:ds_vector_reallocate (Results 1 – 1 of 1) sorted by relevance
15 static inline void ds_vector_reallocate(ds_vector_t *vector, zend_long capacity) in ds_vector_reallocate() function77 ds_vector_reallocate(vector, capacity); in ds_vector_allocate()83 ds_vector_reallocate(vector, vector->capacity + (vector->capacity >> 1)); in ds_vector_increase_capacity()90 ds_vector_reallocate(vector, MAX(capacity, boundary)); in ds_vector_ensure_capacity()100 ds_vector_reallocate(vector, c / 2); in ds_vector_auto_truncate()165 ds_vector_reallocate(vector, DS_VECTOR_MIN_CAPACITY); in ds_vector_clear()
Completed in 6 milliseconds