Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ MiB
Function
MiB
include/util/common.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
constexpr size_t MiB(size_t x) {
37
return x << 20;
38
}
39
40
constexpr size_t GiB(size_t x) {
41
return x << 30;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected