Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/include/
Dallocator.h34 extern const allocator_t allocator_malloc;
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc87 const allocator_t allocator_malloc = {osi_malloc, osi_free}; variable
/packages/modules/Bluetooth/system/hci/test/
Dpacket_fragmenter_test.cc558 packet_fragmenter_get_test_interface(&controller, &allocator_malloc);