getCapacityIncrement
Returns the storage increment of the array.
Declaration
virtual unsigned int getCapacityIncrement() const;Return Value
The storage increment of the array.
Overview
An OSArray allocates storage for objects in multiples of the capacity increment.
See Also
Miscellaneous
copyCollectionensureCapacityflushCollectionfreegetCapacitygetCountgetLastObjectgetNextIndexOfObjectgetObjectinitWithArrayinitWithCapacityinitWithObjectsisEqualTo(const OSArray *)isEqualTo(const OSMetaClassBase *)mergeremoveObjectreplaceObjectserializesetCapacityIncrementsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withArraywithCapacitywithObjects