Home
last modified time | relevance | path

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

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