ObjFW  Diff

Differences From Artifact [de40862157]:

To Artifact [1afd404279]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
29
30
31
32
33
34
35









36
37
38
39
40
41
42







-
-
-
-
-
-
-
-
-







 * Creates a new OFDataArray whose items all have the same size.
 *
 * \param is The size of each element in the OFDataArray
 * \return A new autoreleased OFDataArray
 */
+ dataArrayWithItemSize: (size_t)is;

/*
 * Creates a new OFDataArray optimized for big arrays whose items all have the
 * same size, which means memory is allocated in pages rather than in bytes.
 *
 * \param is The size of each element in the OFBigDataArray
 * \return A new autoreleased OFBigDataArray
 */
+ bigDataArrayWithItemSize: (size_t)is;

/**
 * Initializes an already allocated OFDataArray whose items all have the same
 * size.
 *
 * \param is The size of each element in the OFDataArray
 * \return An initialized OFDataArray
 */