@@ -44,11 +44,11 @@ return hash; } struct objc_hashtable* -objc_hashtable_alloc(uint32_t size) +objc_hashtable_new(uint32_t size) { struct objc_hashtable *h; uint32_t i; if ((h = malloc(sizeof(struct objc_hashtable))) == NULL)