Home
last modified time | relevance | path

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

/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc38 void* real_ptr = allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in freeAllocationVector() local
39 if (real_ptr) { in freeAllocationVector()
40 free(real_ptr); in freeAllocationVector()
94 void* real_ptr = in callArbitraryFunction() local
96 if (real_ptr) { in callArbitraryFunction()
97 free(real_ptr); in callArbitraryFunction()