reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3608     allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
 3611   if (allocated_path && !res) WRAP(free)(allocated_path);
 3611   if (allocated_path && !res) WRAP(free)(allocated_path);