Lines Matching refs:CppHeap
30 class CppHeap;
49 * be used with `CppHeap`.
74 * `embedder_id_for_garbage_collected` will be considered by CppHeap.
90 class V8_EXPORT CppHeap {
92 static std::unique_ptr<CppHeap> Create(v8::Platform* platform,
95 virtual ~CppHeap() = default;
105 * other APIs. Valid as long as the underlying `CppHeap` is alive.
120 * \returns current CppHeap statistics regarding memory consumption
159 CppHeap() = default;
161 friend class internal::CppHeap;
181 * Provided as input to `CppHeap::CollectCustomSpaceStatisticsAtLastGC()`.