Home
last modified time | relevance | path

Searched refs:hashmap_create_with_allocator (Results 1 – 2 of 2) sorted by relevance

/dports/games/openomf/openomf-c36c421/include/utils/
H A Dhashmap.h39 void hashmap_create_with_allocator(hashmap *hashmap, int n_size, allocator alloc);
/dports/games/openomf/openomf-c36c421/src/utils/
H A Dhashmap.c50 void hashmap_create_with_allocator(hashmap *hm, int n_size, allocator alloc) { in hashmap_create_with_allocator() function
86 hashmap_create_with_allocator(hm, n_size, alloc); in hashmap_create()