HomeSort by relevance Sort by last modified time
    Searched refs:allocation_tracker_notify_alloc (Results 1 - 4 of 4) sorted by null

  /system/bt/osi/include/
allocation_tracker.h 47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr,
51 // pointer returned by a call to |allocation_tracker_notify_alloc| with the
  /system/bt/osi/src/
allocator.cc 34 allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size));
50 allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size + 1));
62 return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size);
69 return allocation_tracker_notify_alloc(alloc_allocator_id, ptr, size);
allocation_tracker.cc 100 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, function
  /system/bt/osi/test/
allocation_tracker_test.cc 34 allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);
53 allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);

Completed in 192 milliseconds