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/src/
allocator.c 31 char *new_string = allocation_tracker_notify_alloc(
44 return allocation_tracker_notify_alloc(
52 return allocation_tracker_notify_alloc(
allocation_tracker.c 118 void *allocation_tracker_notify_alloc(uint8_t allocator_id, void *ptr, size_t requested_size) { function
  /system/bt/osi/include/
allocation_tracker.h 47 void *allocation_tracker_notify_alloc(allocator_id_t allocator_id, void *ptr, size_t requested_size);
50 // pointer returned by a call to |allocation_tracker_notify_alloc| with the
  /system/bt/osi/test/
allocation_tracker_test.cpp 36 allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);
52 void *useable_ptr = allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4);

Completed in 34 milliseconds