Lines Matching defs:Heap
31 class Heap;
39 class V8_EXPORT Heap {
102 * Constraints for a Heap setup.
115 * Options specifying Heap properties (e.g. custom spaces) when initializing a
116 * heap through `Heap::Create()`.
120 * Creates reasonable defaults for instantiating a Heap.
122 * \returns the HeapOptions that can be passed to `Heap::Create()`.
164 * \param options HeapOptions specifying various properties for the Heap.
165 * \returns a new Heap instance.
167 static std::unique_ptr<Heap> Create(
171 virtual ~Heap() = default;
194 * other APIs. Valid as long as the underlying `Heap` is alive.
199 Heap() = default;
201 friend class internal::Heap;