Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.c43 hash_map_t *hash_map_new_internal(
74 allocations = hash_map_new_internal( in allocation_tracker_init()
Dhash_map.c53 hash_map_t *hash_map_new_internal( in hash_map_new_internal() function
89 …return hash_map_new_internal(num_bucket, hash_fn, key_fn, data_fn, equality_fn, &allocator_calloc); in hash_map_new()