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