Home
last modified time | relevance | path

Searched refs:allocator_id (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/test/
Dallocation_tracker_test.cc25 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/
Dallocation_tracker.cc34 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/
Dallocation_tracker.h47 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);