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