Home
last modified time | relevance | path

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

/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc30 struct alloc_struct { struct
35 void freeAllocationVector(std::vector<alloc_struct>* alloc_vector) { in freeAllocationVector() argument
46 void callArbitraryFunction(std::vector<alloc_struct>* alloc_vector, in callArbitraryFunction()
64 alloc_struct alloc; in callArbitraryFunction()
93 alloc_struct alloc = alloc_vector->at(index); in callArbitraryFunction()
127 std::vector<alloc_struct> alloc_vector; in LLVMFuzzerTestOneInput()