change how access is done and add built in array (need to optimise the size)
This commit is contained in:
@@ -27,7 +27,7 @@ struct hashmap_GC *createHashmap_GC() {
|
||||
}
|
||||
|
||||
void clear_hashmap_GC(struct hashmap_GC *t) {
|
||||
if (!t->hashmap_count)
|
||||
if (!t->count)
|
||||
return;
|
||||
t->order = 1;
|
||||
t->count = 0;
|
||||
|
||||
Reference in New Issue
Block a user