reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;