Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_strbuf.h197 int num_alloced_strings; member
204 sa->num_alloced_strings = init_alloc; in strarray_alloc()
213 assert(sa->num_strings < sa->num_alloced_strings); in strarray_addstrbuf()
214 if (sa->num_strings >= sa->num_alloced_strings) in strarray_addstrbuf()