Searched refs:init_alloc (Results 1 – 1 of 1) sorted by relevance
168 static inline bool strarray_alloc(struct vrend_strarray *sa, int init_alloc) in strarray_alloc() argument171 sa->num_alloced_strings = init_alloc; in strarray_alloc()172 sa->strings = calloc(init_alloc, sizeof(struct vrend_strbuf)); in strarray_alloc()