ObjFW  Diff

Differences From Artifact [38bafbd401]:

To Artifact [04b0c3927c]:


44
45
46
47
48
49
50
51

52
53
54
44
45
46
47
48
49
50

51
52
53
54







-
+




/*!
 * @brief Initializes an already allocated no memory exception.
 *
 * @param requestedSize The size of the memory that could not be allocated
 * @return An initialized no memory exception
 */
- initWithRequestedSize: (size_t)requestedSize;
- initWithRequestedSize: (size_t)requestedSize OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END