MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Valid

Method Valid

pkg/sys/mem.go:51–53  ·  view source on GitHub ↗

Valid if this bit is 1, the subsequent members are valid. Otherwise, they should be ignored.

()

Source from the content-addressed store, hash-verified

49
50// Valid if this bit is 1, the subsequent members are valid. Otherwise, they should be ignored.
51func (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.
56func (b MemoryWorkingSetExBlock) ShareCount() uintptr {

Callers 2

AllocationSizeMethod · 0.80
validateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected