Searched defs:allocator_id_t (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/include/
H A Dallocation_tracker.h26 typedef uint8_t allocator_id_t; typedef
47 void *allocation_tracker_notify_alloc(allocator_id_t allocator_id, void *ptr, size_t requested_size);
54 void *allocation_tracker_notify_free(allocator_id_t allocator_id, void *ptr);

Completed in 288 milliseconds