Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_strbuf.h168 static inline bool strarray_alloc(struct vrend_strarray *sa, int init_alloc) in strarray_alloc() argument
171 sa->num_alloced_strings = init_alloc; in strarray_alloc()
172 sa->strings = calloc(init_alloc, sizeof(struct vrend_strbuf)); in strarray_alloc()