Searched refs:allocator_calloc (Results 1 - 4 of 4) sorted by relevance

/system/bt/osi/include/
H A Dallocator.h34 extern const allocator_t allocator_calloc;
/system/bt/osi/src/
H A Dallocator.c67 const allocator_t allocator_calloc = { variable
H A Dhash_map.c88 return hash_map_new_internal(num_bucket, hash_fn, key_fn, data_fn, equality_fn, &allocator_calloc);
H A Dlist.c35 return list_new_internal(callback, &allocator_calloc);

Completed in 55 milliseconds