MCPcopy
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
39func SupportHashReduction() bool {
40 return (GetFlags() & C.HASH_REDUCTION_SUPPORT) != 0
41}
42
43// HostAlloc allocates memory in C.
44func HostAlloc(bytes int) unsafe.Pointer {

Callers 1

UseHashReductionMethod · 0.92

Calls 1

GetFlagsFunction · 0.85

Tested by

no test coverage detected