Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocator.cc25 static const allocator_id_t alloc_allocator_id = 42; variable
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()
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()
73 free(allocation_tracker_notify_free(alloc_allocator_id, ptr)); in osi_free()