• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/

Lines Matching refs:capacity

97     unsigned int             capacity;
118 * @param capacity The initial storage capacity of the array object.
125 * <code>capacity</code> must be nonzero.
128 * for which the initial capacity is a hard limit).
130 static OSArray * withCapacity(unsigned int capacity);
141 * @param capacity The initial storage capacity of the array object.
152 * If <code>capacity</code> is nonzero,
156 * for which the initial capacity is a hard limit).
161 unsigned int capacity = 0);
172 * @param capacity The initial storage capacity of the array object.
173 * If 0, the capacity is set to the number of objects
175 * otherwise <code>capacity</code> must be
186 * If <code>capacity</code> is nonzero,
190 * for which the initial capacity is a hard limit).
198 unsigned int capacity = 0);
207 * @param capacity The initial storage capacity of the array object.
218 * <code>capacity</code> must be nonzero.
221 * for which the initial capacity is a hard limit).
223 virtual bool initWithCapacity(unsigned int capacity);
234 * @param capacity The initial storage capacity of the array object.
250 * If <code>capacity</code> is nonzero,
254 * for which the initial capacity is a hard limit).
259 unsigned int capacity = 0);
269 * @param capacity The initial storage capacity of the array object.
270 * If 0, the capacity is set to the number of objects
272 * otherwise <code>capacity</code> must be
285 * If <code>capacity</code> is nonzero,
289 * for which the initial capacity is a hard limit).
296 unsigned int capacity = 0);
365 * of the capacity increment.
382 * of the capacity increment.
399 * The new capacity of the array,
406 * If <code>newCapacity</code> is not greater than the current capacity,
407 * or if an allocation error occurs, the original capacity is returned.
409 * There is no way to reduce the capacity of an OSArray.
421 * The array's capacity (and therefore direct memory consumption)