Home
last modified time | relevance | path

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

/system/bt/osi/src/
Darray.cc40 static const size_t INTERNAL_ELEMENTS = 16; variable
46 osi_calloc(sizeof(array_t) + element_size * INTERNAL_ELEMENTS)); in array_new()
49 array->capacity = INTERNAL_ELEMENTS; in array_new()