Home
last modified time | relevance | path

Searched refs:allocator_id_t (Results 1 – 3 of 3) 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, size_t requested_size…
54 void *allocation_tracker_notify_free(allocator_id_t allocator_id, void *ptr);
/system/bt/osi/test/
Dallocation_tracker_test.cpp27 static const allocator_id_t allocator_id = 5;
/system/bt/osi/src/
Dallocator.c25 static const allocator_id_t alloc_allocator_id = 42;