Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/incubator-pegasus
/ new_cacheline_aligned_int64
Function
new_cacheline_aligned_int64
src/utils/long_adder.cpp:93–96 ·
view source on GitHub ↗
extern */
Source
from the content-addressed store, hash-verified
91
}
92
93
/* extern */ cacheline_aligned_int64_ptr new_cacheline_aligned_int64()
94
{
95
return new_cacheline_aligned_int64_array(1);
96
}
97
98
//
99
// striped64
Callers
nothing calls this directly
Calls
1
new_cacheline_aligned_int64_array
Function · 0.85
Tested by
no test coverage detected