![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Namespaces | |
namespace | cppgc |
namespace | cppgc::internal |
namespace | cppgc::internal::api_constants |
Variables | |
constexpr size_t | kKB = 1024 |
constexpr size_t | kMB = kKB * 1024 |
constexpr size_t | kGB = kMB * 1024 |
constexpr size_t | kAllocationGranularity = sizeof(void*) |
constexpr size_t | kCachelineSize = 64 |