Home
last modified time | relevance | path

Searched defs:MarkingConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dmarker.h41 struct MarkingConfig { struct
53 static constexpr MarkingConfig Default() { return {}; } in Default() argument
55 const CollectionType collection_type = CollectionType::kMajor;
56 StackState stack_state = StackState::kMayContainHeapPointers;
57 MarkingType marking_type = MarkingType::kIncremental;
58 IsForcedGC is_forced_gc = IsForcedGC::kNotForced;