Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
func
IsPooledMemory() bool {
36
return
(GetFlags() & C.POOLED_MEMORY_FLAG) != 0
37
}
38
39
func
SupportHashReduction() bool {
40
return
(GetFlags() & C.HASH_REDUCTION_SUPPORT) != 0
Callers
2
newDeviceAllocator
Function · 0.92
memory_test.go
File · 0.85
Calls
1
GetFlags
Function · 0.85
Tested by
no test coverage detected