(filename string)
| 2348 | } |
| 2349 | |
| 2350 | func memorySystemManaged(filename string) bool { |
| 2351 | trimmed := strings.TrimSpace(filename) |
| 2352 | return strings.HasPrefix(trimmed, "_system/") || strings.HasPrefix(trimmed, "_system") |
| 2353 | } |
| 2354 | |
| 2355 | func locationFilename(location MemoryLocation, header memcontract.Header) string { |
| 2356 | if header.Filename != "" { |
no outgoing calls
no test coverage detected