@@ -101,10 +101,15 @@ * \param nitems The number of items to remove */ - removeNItems: (size_t)nitems; @end +/** + * The OFBigDataArray class provides a class for storing arbitrary data in an + * array and is designed to store large hunks of data. Therefore, it allocates + * memory in pages rather than a chunk of memory for each item. + */ @interface OFBigDataArray: OFDataArray { size_t size; } @end