@@ -332,11 +332,11 @@ autorelease]; } + (instancetype)dataWithCount: (size_t)count itemSize: (size_t)itemSize - allowsSwappableMemory: (bool)allowsSwappableMemory + allowsSwappableMemory: (bool)allowsSwappableMemory { return [[[self alloc] initWithCount: count itemSize: itemSize allowsSwappableMemory: allowsSwappableMemory] autorelease]; @@ -465,12 +465,11 @@ } return self; } -- (instancetype)initWithItems: (const void *)items - count: (size_t)count +- (instancetype)initWithItems: (const void *)items count: (size_t)count { OF_INVALID_INIT_METHOD } - (instancetype)initWithItems: (const void *)items