getCapacityIncrement
Returns the storage increment of the OSData object.
Declaration
virtual unsigned int getCapacityIncrement() const;Return Value
The storage increment of the OSData object.
Overview
An OSData object allocates storage for bytes in multiples of the capacity increment.
OSData objects created or initialized to use a shared buffer do not make use of this attribute.
See Also
Miscellaneous
appendByteappendBytes(const OSData *)appendBytes(const void *, unsigned int)ensureCapacityfreegetBytesNoCopy()getBytesNoCopy(unsigned int, unsigned int)getCapacitygetLengthinitWithBytesinitWithBytesNoCopyinitWithCapacityinitWithData(const OSData *)initWithData(const OSData *, unsigned int, unsigned int)isEqualTo(const OSData *)isEqualTo(const OSMetaClassBase *)isEqualTo(const OSString *)isEqualTo(const void *, unsigned int)serializesetCapacityIncrementwithByteswithBytesNoCopywithCapacitywithData(const OSData *)withData(const OSData *, unsigned int, unsigned int)