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

  /system/bt/osi/src/
hash_map.c 44 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);
list.c 24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) { function
35 return list_new_internal(callback, &allocator_calloc);

Completed in 171 milliseconds