Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dallocation_tracker_test.cc38 allocation_tracker_notify_free(allocator_id, dummy_allocation); in TEST()
59 allocation_tracker_notify_free(allocator_id, useable_ptr); in TEST()
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc38 void* real_ptr = allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in freeAllocationVector()
95 allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in callArbitraryFunction()
/system/bt/osi/include/
Dallocation_tracker.h55 void* allocation_tracker_notify_free(allocator_id_t allocator_id, void* ptr);
/system/bt/osi/src/
Dallocator.cc73 free(allocation_tracker_notify_free(alloc_allocator_id, ptr)); in osi_free()
Dallocation_tracker.cc135 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free() function
/system/bt/test/stub/
Dosi.cc195 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free() function