Searched defs:list_len (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dvar.c514 static int list_len; local
518 list_len = 32;
519 list = ckmalloc(list_len * sizeof *list);
528 if (count >= list_len) {
530 (list_len << 1) * sizeof *list);
531 list_len <<= 1;

Completed in 46 milliseconds