HomeSort by relevance Sort by last modified time
    Searched refs:hash_map_new_internal (Results 1 - 2 of 2) sorted by null

  /system/bt/osi/src/
allocation_tracker.c 43 hash_map_t *hash_map_new_internal(
74 allocations = hash_map_new_internal(
hash_map.c 53 hash_map_t *hash_map_new_internal( function
89 return hash_map_new_internal(num_bucket, hash_fn, key_fn, data_fn, equality_fn, &allocator_calloc);

Completed in 731 milliseconds