Home
last modified time | relevance | path

Searched refs:allocation_tracker_notify_alloc (Results 1 – 4 of 4) 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.cc100 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,