MCPcopy Index your code
hub / github.com/rabbitstack/fibratus / IsUnbacked

Method IsUnbacked

pkg/callstack/callstack.go:76–76  ·  view source on GitHub ↗

IsUnbacked returns true if this frame is originated from unbacked memory section

()

Source from the content-addressed store, hash-verified

74// IsUnbacked returns true if this frame is originated
75// from unbacked memory section
76func (f Frame) IsUnbacked() bool { return f.Module == unbacked }
77
78// AllocationSize calculates the private region size
79// to which the frame return address pertains if the

Callers 6

ColorizeMethod · 0.80
SummaryMethod · 0.80
ContainsUnbackedMethod · 0.80
callstackMapValuerMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected