| 39 | } |
| 40 | |
| 41 | type memoryThresholdEvent struct { |
| 42 | threshold uint64 |
| 43 | swap bool |
| 44 | } |
| 45 | |
| 46 | // MemoryThresholdEvent returns a new [MemoryEvent] representing the memory threshold set. |
| 47 | // If swap is true, the event will be registered using memory.memsw.usage_in_bytes |
nothing calls this directly
no outgoing calls
no test coverage detected