Searched refs:hash_map_new_internal (Results 1 – 2 of 2) sorted by relevance
43 hash_map_t *hash_map_new_internal(74 allocations = hash_map_new_internal( in allocation_tracker_init()
52 hash_map_t *hash_map_new_internal( in hash_map_new_internal() function88 …return hash_map_new_internal(num_bucket, hash_fn, key_fn, data_fn, equality_fn, &allocator_calloc); in hash_map_new()