@@ -181,13 +181,13 @@ if (strcmp([object objCType], objCType) != 0) return false; size = of_sizeof_type_encoding(objCType); - value = of_malloc(1, size); + value = of_alloc(1, size); @try { - otherValue = of_malloc(1, size); + otherValue = of_alloc(1, size); } @catch (id e) { free(value); @throw e; } @@ -210,11 +210,11 @@ { size_t size = of_sizeof_type_encoding(self.objCType); unsigned char *value; uint32_t hash; - value = of_malloc(1, size); + value = of_alloc(1, size); @try { [self getValue: value size: size]; OF_HASH_INIT(hash); @@ -311,11 +311,11 @@ OFMutableString *ret = [OFMutableString stringWithString: @"