Searched refs:real_ptr (Results 1 – 1 of 1) sorted by relevance
38 void* real_ptr = allocation_tracker_notify_free(alloc.alloc_id, alloc.ptr); in freeAllocationVector() local39 if (real_ptr) { in freeAllocationVector()40 free(real_ptr); in freeAllocationVector()94 void* real_ptr = in callArbitraryFunction() local96 if (real_ptr) { in callArbitraryFunction()97 free(real_ptr); in callArbitraryFunction()