Home
last modified time | relevance | path

Searched refs:allocator_t (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/osi/include/
Dallocator.h31 } allocator_t; typedef
34 extern const allocator_t allocator_malloc;
35 extern const allocator_t allocator_calloc;
/packages/modules/Bluetooth/system/hci/src/
Dbuffer_allocator.cc32 static const allocator_t interface = {buffer_alloc, osi_free};
34 const allocator_t* buffer_allocator_get_interface() { return &interface; } in buffer_allocator_get_interface()
Dpacket_fragmenter.cc81 static const allocator_t* buffer_allocator;
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc77 const allocator_t allocator_calloc = {osi_calloc, osi_free};
79 const allocator_t allocator_malloc = {osi_malloc, osi_free};
Dlist.cc19 const allocator_t* allocator;
28 const allocator_t* zeroed_allocator) { in list_new_internal()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.h206 const allocator_t* zeroed_allocator)>
208 const allocator_t* /* zeroed_allocator */) {
212 const allocator_t* zeroed_allocator) { in operator()
Dmock_osi_list.cc118 const allocator_t* zeroed_allocator) { in list_new_internal()
/packages/modules/Bluetooth/system/hci/include/
Dbuffer_allocator.h23 const allocator_t* buffer_allocator_get_interface();
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc479 const allocator_t* zeroed_allocator) { in list_new_internal()