Macro definitions for KB, MB, GB, TB
include/math/kb_mb_gb_tb.h View source View on GitHubMacros
Section titled “Macros”#define KB(x) ((size_t) (x) << 10) #define MB(x) ((size_t) (x) << 20) #define GB(x) ((size_t) (x) << 30) #define TB(x) ((size_t) (x) << 40)