IsUnbacked returns true if this frame is originated from unbacked memory section
()
| 74 | // IsUnbacked returns true if this frame is originated |
| 75 | // from unbacked memory section |
| 76 | func (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 |
no outgoing calls
no test coverage detected