Home
last modified time | relevance | path

Searched refs:allocator_id (Results 1 – 4 of 4) 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
99 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() argument
122 allocation->allocator_id = allocator_id; in allocation_tracker_notify_alloc()
135 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free() argument
146 CHECK(allocation->allocator_id == in allocation_tracker_notify_free()
147 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);
/system/bt/test/stub/
Dosi.cc190 void* allocation_tracker_notify_alloc(uint8_t allocator_id, void* ptr, in allocation_tracker_notify_alloc() argument
195 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free() argument