Searched refs:allocation_tracker_notify_alloc (Results 1 – 6 of 6) sorted by relevance
/system/bt/osi/src/ |
D | allocator.cc | 34 allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size)); in osi_strdup() 50 allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size + 1)); in osi_strndup() 62 return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size); in osi_malloc() 69 return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size); in osi_calloc()
|
D | allocation_tracker.cc | 99 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function
|
/system/bt/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()
|
/system/bt/osi/include/ |
D | allocation_tracker.h | 47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr,
|
/system/bt/osi/test/fuzzers/allocation_tracker/ |
D | fuzz_allocation_tracker.cc | 79 allocation_tracker_notify_alloc(alloc.alloc_id, tmp_ptr, size); in callArbitraryFunction()
|
/system/bt/test/stub/ |
D | osi.cc | 190 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function
|