Searched refs:alloc_objs (Results 1 – 1 of 1) sorted by relevance
64 alloc_objs; /* Number of allocated objects */ member897 st->alloc_objs = 32; in new_stack()938 if (st->num_objs >= st->alloc_objs) in push_stack()942 st->alloc_objs += 32; in push_stack()944 if ((temp = realloc(st->objs, (size_t)st->alloc_objs * in push_stack()