Valid if this bit is 1, the subsequent members are valid. Otherwise, they should be ignored.
()
| 49 | |
| 50 | // Valid if this bit is 1, the subsequent members are valid. Otherwise, they should be ignored. |
| 51 | func (b MemoryWorkingSetExBlock) Valid() bool { |
| 52 | return b&1 != 0 |
| 53 | } |
| 54 | |
| 55 | // ShareCount specifies the number of processes that share this page. The maximum value of this member is 7. |
| 56 | func (b MemoryWorkingSetExBlock) ShareCount() uintptr { |
no outgoing calls
no test coverage detected