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

  /system/bt/osi/include/
allocation_tracker.h 54 void *allocation_tracker_notify_free(allocator_id_t allocator_id, void *ptr);
  /system/bt/osi/test/
allocation_tracker_test.cpp 38 allocation_tracker_notify_free(allocator_id, dummy_allocation);
55 void *freeable_ptr = allocation_tracker_notify_free(allocator_id, useable_ptr);
  /system/bt/osi/src/
allocator.c 80 free(allocation_tracker_notify_free(alloc_allocator_id, ptr));
allocation_tracker.c 150 void *allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, void *ptr) { function

Completed in 153 milliseconds