MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / KiB

Function KiB

include/util/common.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const size_t kMaxLineLength = 1 << 22;
31
32constexpr size_t KiB(size_t x) {
33 return x << 10;
34}
35
36constexpr size_t MiB(size_t x) {
37 return x << 20;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected