Home
last modified time | relevance | path

Searched defs:allocator_id (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/src/
Dallocation_tracker.c35 uint8_t allocator_id; member
118 void *allocation_tracker_notify_alloc(uint8_t allocator_id, void *ptr, size_t requested_size) { in allocation_tracker_notify_alloc()
150 void *allocation_tracker_notify_free(uint8_t allocator_id, void *ptr) { in allocation_tracker_notify_free()
/system/bt/osi/test/
Dallocation_tracker_test.cpp27 static const allocator_id_t allocator_id = 5; variable