MCPcopy
hub / github.com/uber/aresdb / IsPooledMemory

Function IsPooledMemory

cgoutils/memory.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func IsPooledMemory() bool {
36 return (GetFlags() & C.POOLED_MEMORY_FLAG) != 0
37}
38
39func SupportHashReduction() bool {
40 return (GetFlags() & C.HASH_REDUCTION_SUPPORT) != 0

Callers 2

newDeviceAllocatorFunction · 0.92
memory_test.goFile · 0.85

Calls 1

GetFlagsFunction · 0.85

Tested by

no test coverage detected