@@ -155,10 +155,18 @@ */ - (void)insertItems: (const void *)items atIndex: (size_t)index count: (size_t)count; +/*! + * @brief Increases the count by the specified number. The new items are all + * filled with null bytes. + * + * @param count The count by which to increase the count + */ +- (void)increaseCountBy: (size_t)count; + /*! * @brief Removes the item at the specified index. * * @param index The index of the item to remove */