Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_dynarray.h91 #define DYN_ARRAY_INITIAL_SIZE 64 macro
97 unsigned capacity = MAX3(DYN_ARRAY_INITIAL_SIZE, buf->capacity * 2, newcap); in util_dynarray_ensure_cap()