Lines Matching defs:Heap
32 class Heap;
35 class V8_EXPORT Heap {
98 * Constraints for a Heap setup.
111 * Options specifying Heap properties (e.g. custom spaces) when initializing a
112 * heap through `Heap::Create()`.
116 * Creates reasonable defaults for instantiating a Heap.
118 * \returns the HeapOptions that can be passed to `Heap::Create()`.
160 * \param options HeapOptions specifying various properties for the Heap.
161 * \returns a new Heap instance.
163 static std::unique_ptr<Heap> Create(
167 virtual ~Heap() = default;
190 * other APIs. Valid as long as the underlying `Heap` is alive.
195 Heap() = default;
197 friend class internal::Heap;