OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator_id_t
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/
allocation_tracker.h
26
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/src/
allocator.c
25
static const
allocator_id_t
alloc_allocator_id = 42;
/system/bt/osi/test/
allocation_tracker_test.cpp
27
static const
allocator_id_t
allocator_id = 5;
Completed in 31 milliseconds