![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>
#include "src/base/macros.h"
#include "src/common/globals.h"
#include "src/heap/allocation-result.h"
#include "src/heap/mutable-page-metadata.h"
#include "src/objects/free-space.h"
#include "src/objects/map.h"
#include "src/utils/utils.h"
#include "testing/gtest/include/gtest/gtest_prod.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::heap |
Typedefs | |
using | v8::internal::FreeListCategoryType = int32_t |
Enumerations | |
enum | v8::internal::FreeMode { v8::internal::kLinkCategory , v8::internal::kDoNotLinkCategory } |
Variables | |
static constexpr FreeListCategoryType | v8::internal::kFirstCategory = 0 |
static constexpr FreeListCategoryType | v8::internal::kInvalidCategory = -1 |