Searched refs:INITIAL_CAPACITY (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Darray.c23 #define INITIAL_CAPACITY (4) macro
50 int newCapacity = (oldCapacity == 0) ? INITIAL_CAPACITY : oldCapacity;

Completed in 117 milliseconds