Searched refs:allocation_tracker_notify_alloc (Results  1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/test/mock/ | 
| D | mock_osi_allocation_tracker.cc | 42 struct allocation_tracker_notify_alloc allocation_tracker_notify_alloc;  variable64 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr,  in allocation_tracker_notify_alloc()  function
 67   return test::mock::osi_allocation_tracker::allocation_tracker_notify_alloc(  in allocation_tracker_notify_alloc()
 
 | 
| D | mock_osi_allocation_tracker.h | 79 struct allocation_tracker_notify_alloc {  struct89 extern struct allocation_tracker_notify_alloc allocation_tracker_notify_alloc;  argument
 
 | 
| /packages/modules/Bluetooth/system/osi/src/ | 
| D | allocator.cc | 35       allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size));  in osi_strdup()51       allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size + 1));  in osi_strndup()
 64   return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size);  in osi_malloc()
 72   return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size);  in osi_calloc()
 
 | 
| D | allocation_tracker.cc | 100 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr,  in allocation_tracker_notify_alloc()  function
 | 
| /packages/modules/Bluetooth/system/osi/test/ | 
| D | allocation_tracker_test.cc | 34   allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);  in TEST()53       allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);  in TEST()
 
 | 
| /packages/modules/Bluetooth/system/osi/include/ | 
| D | allocation_tracker.h | 47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr,
 | 
| /packages/modules/Bluetooth/system/osi/test/fuzzers/allocation_tracker/ | 
| D | fuzz_allocation_tracker.cc | 79           allocation_tracker_notify_alloc(alloc.alloc_id, tmp_ptr, size);  in callArbitraryFunction()
 | 
| /packages/modules/Bluetooth/system/test/stub/ | 
| D | osi.cc | 197 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr,  in allocation_tracker_notify_alloc()  function
 |