Searched refs:allocator_id (Results 1 – 3 of 3) sorted by relevance
/system/bt/osi/test/ |
D | allocation_tracker_test.cc | 25 static const allocator_id_t allocator_id = 5; variable 34 allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4); in TEST() 38 allocation_tracker_notify_free(allocator_id, dummy_allocation); in TEST() 53 allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4); in TEST() 59 allocation_tracker_notify_free(allocator_id, useable_ptr); in TEST()
|
/system/bt/osi/src/ |
D | allocation_tracker.cc | 34 uint8_t allocator_id; member 100 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() argument 123 allocation->allocator_id = allocator_id; in allocation_tracker_notify_alloc() 136 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free() argument 147 CHECK(allocation->allocator_id == in allocation_tracker_notify_free() 148 allocator_id); // Must be from the same allocator in allocation_tracker_notify_free()
|
/system/bt/osi/include/ |
D | allocation_tracker.h | 47 void* allocation_tracker_notify_alloc(allocator_id_t allocator_id, void* ptr, 55 void* allocation_tracker_notify_free(allocator_id_t allocator_id, void* ptr);
|