Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dlist.c24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) { in list_new_internal() function
35 return list_new_internal(callback, &allocator_calloc); in list_new()
Dhash_map.c44 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);
132 hash_map->bucket[hash_key].list = list_new_internal(bucket_free_, hash_map->allocator); in hash_map_set()