• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/

Lines Matching defs:capacity

98     unsigned int             capacity;
119 * @param capacity The initial storage capacity of the array object.
126 * <code>capacity</code> must be nonzero.
129 * for which the initial capacity is a hard limit).
131 static OSArray * withCapacity(unsigned int capacity);
142 * @param capacity The initial storage capacity of the array object.
153 * If <code>capacity</code> is nonzero,
157 * for which the initial capacity is a hard limit).
162 unsigned int capacity = 0);
173 * @param capacity The initial storage capacity of the array object.
174 * If 0, the capacity is set to the number of objects
176 * otherwise <code>capacity</code> must be
187 * If <code>capacity</code> is nonzero,
191 * for which the initial capacity is a hard limit).
199 unsigned int capacity = 0);
208 * @param capacity The initial storage capacity of the array object.
219 * <code>capacity</code> must be nonzero.
222 * for which the initial capacity is a hard limit).
224 virtual bool initWithCapacity(unsigned int capacity);
235 * @param capacity The initial storage capacity of the array object.
251 * If <code>capacity</code> is nonzero,
255 * for which the initial capacity is a hard limit).
260 unsigned int capacity = 0);
270 * @param capacity The initial storage capacity of the array object.
271 * If 0, the capacity is set to the number of objects
273 * otherwise <code>capacity</code> must be
286 * If <code>capacity</code> is nonzero,
290 * for which the initial capacity is a hard limit).
297 unsigned int capacity = 0);
366 * of the capacity increment.
383 * of the capacity increment.
400 * The new capacity of the array,
407 * If <code>newCapacity</code> is not greater than the current capacity,
408 * or if an allocation error occurs, the original capacity is returned.
410 * There is no way to reduce the capacity of an OSArray.
422 * The array's capacity (and therefore direct memory consumption)