Home
last modified time | relevance | path

Searched refs:is_moving (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Darray.c98 const bool is_moving = (array->data == array->internal_storage); in grow() local
100 void *new_data = realloc(is_moving ? NULL : array->data, new_capacity * array->element_size); in grow()
104 if (is_moving) in grow()