better hashing
This commit is contained in:
@ -9,6 +9,7 @@ union acl_hashmap_meta {
|
||||
size_t keyBits;
|
||||
};
|
||||
};
|
||||
/* set keySize to NULL for a dynamic keySize */
|
||||
union acl_hashmap_meta* acl_hashmap_create(size_t bucketCount, size_t sizeOneElement, size_t keySize);
|
||||
void acl_hashmap_put(union acl_hashmap_meta *hashmap_meta, void *key, void *element);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user