Home
last modified time | relevance | path

Searched refs:allocator_calloc (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/include/
Dallocator.h35 extern const allocator_t allocator_calloc;
/system/bt/osi/src/
Dallocator.cc82 const allocator_t allocator_calloc = {osi_calloc, osi_free}; variable
Dlist.cc36 return list_new_internal(callback, &allocator_calloc); in list_new()