v8 12.4.254 (node 22.4.1)
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 | kGuardPageSize = 4096 |
constexpr size_t | kAllocationGranularity = sizeof(void*) |
constexpr size_t | kCachelineSize = 64 |