Searched refs:is_moving (Results 1 – 1 of 1) sorted by relevance
98 const bool is_moving = (array->data == array->internal_storage); in grow() local100 void* new_data = realloc(is_moving ? NULL : array->data, in grow()104 if (is_moving) in grow()