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