Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocator.cc34 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()
Dallocation_tracker.cc99 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function
/system/bt/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()
/system/bt/osi/include/
Dallocation_tracker.h47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr,
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc79 allocation_tracker_notify_alloc(alloc.alloc_id, tmp_ptr, size); in callArbitraryFunction()
/system/bt/test/stub/
Dosi.cc190 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() function