HomeSort by relevance Sort by last modified time
    Searched full:is_moving (Results 1 - 1 of 1) sorted by null

  /system/bt/osi/src/
array.c 101 const bool is_moving = (array->data == array->internal_storage); local
103 void *new_data = realloc(is_moving ? NULL : array->data, new_capacity * array->element_size);
107 if (is_moving)

Completed in 778 milliseconds