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

Method SharedOriginal

pkg/sys/mem.go:86–88  ·  view source on GitHub ↗

SharedOriginal evaluates to true if the page can be shared or false otherwise.

()

Source from the content-addressed store, hash-verified

84
85// SharedOriginal evaluates to true if the page can be shared or false otherwise.
86func (b MemoryWorkingSetExBlock) SharedOriginal() bool {
87 return b&(1<<30) != 0
88}
89
90// Bad indicates the page has been reported as bad.
91func (b MemoryWorkingSetExBlock) Bad() bool {

Callers 1

AllocationSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected