Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dallocator.h31 } allocator_t; typedef
34 extern const allocator_t allocator_malloc;
35 extern const allocator_t allocator_calloc;
Deager_reader.h40 const allocator_t *allocator,
/system/bt/hci/src/
Dbuffer_allocator.c29 static const allocator_t interface = {
34 const allocator_t *buffer_allocator_get_interface() { in buffer_allocator_get_interface()
Dpacket_fragmenter.c50 static const allocator_t *buffer_allocator;
245 const allocator_t *buffer_allocator_interface) { in packet_fragmenter_get_test_interface()
Dhci_packet_parser.c32 static const allocator_t *buffer_allocator;
268 allocator_t *buffer_allocator_interface) { in hci_packet_parser_get_test_interface()
Dvendor.c37 static const allocator_t *buffer_allocator;
Dhci_packet_factory.c30 static const allocator_t *buffer_allocator;
Dhci_inject.c54 static const allocator_t *buffer_allocator;
Dhci_layer.c110 static const allocator_t *buffer_allocator;
840 const allocator_t *buffer_allocator_interface, in hci_layer_get_test_interface()
/system/bt/osi/src/
Dallocator.c90 const allocator_t allocator_calloc = {
95 const allocator_t allocator_malloc = {
Dallocation_tracker.c49 const allocator_t *zeroed_allocator);
56 static const allocator_t untracked_calloc_allocator = {
Dhash_map.c39 const allocator_t *allocator;
44 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);
59 const allocator_t *zeroed_allocator) { in hash_map_new_internal()
Deager_reader.c48 const allocator_t *allocator;
67 const allocator_t *allocator, in eager_reader_new()
Dlist.c17 const allocator_t *allocator;
24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) { in list_new_internal()
/system/bt/hci/include/
Dbuffer_allocator.h23 const allocator_t *buffer_allocator_get_interface();
Dpacket_fragmenter.h60 const allocator_t *buffer_allocator_interface);
Dhci_packet_parser.h104 allocator_t *buffer_allocator_interface
Dhci_layer.h106 const allocator_t *buffer_allocator_interface,
/system/bt/hci/test/
Dhci_layer_test.cpp603 allocator_t buffer_allocator;