Home
last modified time | relevance | path

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

/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc31 allocator_id_t alloc_id; member
38 void* real_ptr = allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in freeAllocationVector()
66 alloc.alloc_id = dataProvider->ConsumeIntegral<allocator_id_t>(); in callArbitraryFunction()
79 allocation_tracker_notify_alloc(alloc.alloc_id, tmp_ptr, size); in callArbitraryFunction()
95 allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in callArbitraryFunction()