Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dallocation_tracker_test.cpp38 allocation_tracker_notify_free(allocator_id, dummy_allocation); in TEST()
55 void *freeable_ptr = allocation_tracker_notify_free(allocator_id, useable_ptr); in TEST()
/system/bt/osi/include/
Dallocation_tracker.h54 void *allocation_tracker_notify_free(allocator_id_t allocator_id, void *ptr);
/system/bt/osi/src/
Dallocator.c80 free(allocation_tracker_notify_free(alloc_allocator_id, ptr)); in osi_free()
Dallocation_tracker.c150 void *allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, void *ptr) { in allocation_tracker_notify_free() function