@@ -392,18 +392,18 @@ @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } - (void*)allocMemoryForNItems: (size_t)nitems - withSize: (size_t)size + withSize: (size_t)size { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } - (void*)resizeMemory: (void*)ptr - toSize: (size_t)size + toSize: (size_t)size { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; }