util/hash_table: _mesa_hash_table_create_u32_keys()
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10673>
This commit is contained in:
committed by
Marge Bot
parent
e5fc2064fc
commit
c449a8a2c1
@@ -72,6 +72,9 @@ _mesa_hash_table_init(struct hash_table *ht,
|
||||
bool (*key_equals_function)(const void *a,
|
||||
const void *b));
|
||||
|
||||
struct hash_table *
|
||||
_mesa_hash_table_create_u32_keys(void *mem_ctx);
|
||||
|
||||
struct hash_table *
|
||||
_mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx);
|
||||
void _mesa_hash_table_destroy(struct hash_table *ht,
|
||||
|
||||
Reference in New Issue
Block a user