v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
heap-config.h File Reference
Include dependency graph for heap-config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cppgc::internal::MarkingConfig
 
struct  cppgc::internal::SweepingConfig
 
struct  cppgc::internal::GCConfig
 

Namespaces

namespace  cppgc
 
namespace  cppgc::internal
 

Typedefs

using cppgc::internal::StackState = cppgc::Heap::StackState
 

Enumerations

enum class  cppgc::internal::CollectionType : uint8_t { cppgc::internal::kMinor , cppgc::internal::kMajor }
 
enum class  cppgc::internal::FreeMemoryHandling : uint8_t { cppgc::internal::kDoNotDiscard , cppgc::internal::kDiscardWherePossible }