v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
free-list.h File Reference
#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"
Include dependency graph for free-list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::FreeListCategory
 
class  v8::internal::FreeList
 
class  v8::internal::FreeList::FreeListCategoryIterator
 
class  v8::internal::FreeListMany
 
class  v8::internal::FreeListManyCached
 
class  v8::internal::FreeListManyCachedFastPathBase
 
class  v8::internal::FreeListManyCachedFastPath
 
class  v8::internal::FreeListManyCachedFastPathForNewSpace
 
class  v8::internal::FreeListManyCachedOrigin
 

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