Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ SupportHashReduction
Function
SupportHashReduction
cgoutils/memory.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
SupportHashReduction() bool {
40
return
(GetFlags() & C.HASH_REDUCTION_SUPPORT) != 0
41
}
42
43
// HostAlloc allocates memory in C.
44
func
HostAlloc(bytes int) unsafe.Pointer {
Callers
1
UseHashReduction
Method · 0.92
Calls
1
GetFlags
Function · 0.85
Tested by
no test coverage detected