Home
last modified time | relevance | path

Searched refs:allocation_tracker_notify_alloc (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_allocation_tracker.cc42 struct allocation_tracker_notify_alloc allocation_tracker_notify_alloc; variable
64 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()
Dmock_osi_allocation_tracker.h79 struct allocation_tracker_notify_alloc { struct
89 extern struct allocation_tracker_notify_alloc allocation_tracker_notify_alloc; argument
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc35 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()
Dallocation_tracker.cc100 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function
/packages/modules/Bluetooth/system/osi/test/
Dallocation_tracker_test.cc34 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/
Dallocation_tracker.h47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr,
/packages/modules/Bluetooth/system/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc79 allocation_tracker_notify_alloc(alloc.alloc_id, tmp_ptr, size); in callArbitraryFunction()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc197 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function