Lines Matching refs:alloc
97 int alloc;110 /* leave the rest zeroed -- will alloc on first use */242 if (pSet->count == pSet->alloc) {243 int newSize = pSet->alloc + kBreakpointGrowth;254 pSet->alloc = newSize;