Searched defs:_lv_array_t (Results 1 – 1 of 1) sorted by relevance
35 struct _lv_array_t { struct36 uint8_t * data;37 uint32_t size;38 uint32_t capacity;39 uint32_t element_size;41 … bool inner_alloc; /* true: data is allocated by the array; false: data is allocated by the user */