Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/src/
Darray.cc99 const bool is_moving = (array->data == array->internal_storage); in grow() local
101 void* new_data = realloc(is_moving ? NULL : array->data, in grow()
105 if (is_moving) in grow()