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

References

projects/compiler-rt/lib/profile/InstrProfilingFile.c
  585   Prefix = (char *)malloc(Length + 1);
  586   if (!Prefix) {
  590   memcpy(Prefix, Filename, Length);
  591   Prefix[Length] = '\0';
  592   lprofCurFilename.ProfilePathPrefix = Prefix;
  593   return Prefix;