Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/include/
Dallocator.h35 extern const allocator_t allocator_calloc;
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc77 const allocator_t allocator_calloc = {osi_calloc, osi_free}; variable
Dlist.cc38 return list_new_internal(callback, &allocator_calloc); in list_new()