v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
api-constants.h File Reference
#include <cstddef>
#include <cstdint>
#include "v8config.h"
Include dependency graph for api-constants.h:
This graph shows which files directly or indirectly include this file:

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