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

Method Shared

pkg/sys/mem.go:66–68  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

64
65// Shared evaluates to true if the page can be shared or false otherwise.
66func (b MemoryWorkingSetExBlock) Shared() bool {
67 return b&(1<<15) != 0
68}
69
70// Node represents the NUMA node. The maximum value of this member is 63.
71func (b MemoryWorkingSetExBlock) Node() uintptr {

Callers 1

AllocationSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected