Home
last modified time | relevance | path

Searched refs:alloc_objs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libcups/cups/
H A Draster-interpret.c64 alloc_objs; /* Number of allocated objects */ member
897 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()