@@ -157,12 +157,12 @@ { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; size_t count = [self count]; id *cArray; - cArray = [self allocMemoryForNItems: count - ofSize: sizeof(id)]; + cArray = [self allocMemoryWithItemSize: sizeof(id) + count: count]; @try { OFEnumerator *enumerator = [self objectEnumerator]; id object; size_t i = 0;