ObjFW  Diff

Differences From Artifact [de19156e6d]:

To Artifact [1a556c5a33]:


888
889
890
891
892
893
894
895

896
897
898
899
900
901
902
888
889
890
891
892
893
894

895
896
897
898
899
900
901
902







-
+







+ (void*)allocMemoryWithSize: (size_t)size
{
	@throw [OFNotImplementedException newWithClass: self
					      selector: _cmd];
}

+ (void*)allocMemoryForNItems: (size_t)nItems
                     withSize: (size_t)size
		     withSize: (size_t)size
{
	@throw [OFNotImplementedException newWithClass: self
					      selector: _cmd];
}

+ (void*)resizeMemory: (void*)pointer
	       toSize: (size_t)size