v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
cppgc::internal::api_constants Namespace Reference

Variables

constexpr size_t kKB = 1024
 
constexpr size_t kMB = kKB * 1024
 
constexpr size_t kGB = kMB * 1024
 

Variable Documentation

◆ kGB

constexpr size_t kGB = kMB * 1024
constexpr

Definition at line 23 of file api-constants.h.

◆ kKB

constexpr size_t kKB = 1024
constexpr

Definition at line 21 of file api-constants.h.

◆ kMB

constexpr size_t kMB = kKB * 1024
constexpr

Definition at line 22 of file api-constants.h.