Home
last modified time | relevance | path

Searched refs:allocator_id_t (Results 1 – 4 of 4) sorted by relevance

/system/bt/osi/include/
Dallocation_tracker.h26 typedef uint8_t allocator_id_t; typedef
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);
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc31 allocator_id_t alloc_id;
66 alloc.alloc_id = dataProvider->ConsumeIntegral<allocator_id_t>(); in callArbitraryFunction()
/system/bt/osi/test/
Dallocation_tracker_test.cc25 static const allocator_id_t allocator_id = 5;
/system/bt/osi/src/
Dallocator.cc25 static const allocator_id_t alloc_allocator_id = 42;