Searched refs:grow (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/src/
H A Darray.cc38 static bool grow(array_t* array);
83 if (array->length == array->capacity && !grow(array)) {
85 "%s unable to grow array past current capacity of %zu elements "
96 static bool grow(array_t* array) { function

Completed in 950 milliseconds