Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/cppgc/
Dheap.h118 struct HeapOptions { struct
124 static HeapOptions Default() { return {}; } in Default() argument
131 std::vector<std::unique_ptr<CustomSpaceBase>> custom_spaces;
164 * \param options HeapOptions specifying various properties for the Heap. argument