Home
last modified time | relevance | path

Searched refs:GCHeap (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.h147 class GCHeap; variable
154 class GCHeap; variable
210 inline SVR::GCHeap* get_alloc_heap() in get_alloc_heap()
212 return static_cast<SVR::GCHeap*>(gc_reserved_1); in get_alloc_heap()
215 inline void set_alloc_heap(SVR::GCHeap* heap) in set_alloc_heap()
220 inline SVR::GCHeap* get_home_heap() in get_home_heap()
222 return static_cast<SVR::GCHeap*>(gc_reserved_2); in get_home_heap()
225 inline void set_home_heap(SVR::GCHeap* heap) in set_home_heap()
H A Dgcee.cpp23 void GCHeap::UpdatePreGCCounters() in UpdatePreGCCounters()
111 void GCHeap::UpdatePostGCCounters() in UpdatePostGCCounters()
350 size_t GCHeap::GetCurrentObjSize() in GetCurrentObjSize()
355 size_t GCHeap::GetLastGCStartTime(int generation) in GetLastGCStartTime()
366 size_t GCHeap::GetLastGCDuration(int generation) in GetLastGCDuration()
379 size_t GCHeap::GetNow() in GetNow()
430 void GCHeap::SetGCInProgress(BOOL fInProgress) in SetGCInProgress()
435 CLREvent * GCHeap::GetWaitForGCEvent() in GetWaitForGCEvent()
440 void GCHeap::WaitUntilConcurrentGCComplete() in WaitUntilConcurrentGCComplete()
448 BOOL GCHeap::IsConcurrentGCInProgress() in IsConcurrentGCInProgress()
[all …]
H A Dgcimpl.h42 class GCHeap : public IGCHeapInternal
66 GCHeap(){}; in GCHeap() function
67 ~GCHeap(){}; in ~GCHeap()
110 static GCHeap* GetHeap (int);
H A Dgc.cpp1335 if (!GCHeap::GcInProgress) in allow_foreground()
33362 HRESULT GCHeap::Shutdown ()
33447 HRESULT GCHeap::Init(size_t hn)
33473 HRESULT GCHeap::Initialize ()
33570 GCHeap* Hp = new (nothrow) GCHeap();
35062 unsigned GCHeap::GetGcCount()
35359 GCHeap* GCHeap::GetHeap (int n)
35380 int GCHeap::GetNumberOfHeaps ()
35393 int GCHeap::GetHomeHeapNumber ()
35417 int GCHeap::GetGcLatencyMode()
[all …]
H A Dgcpriv.h1086 friend class GCHeap; variable
1199 GCHeap* vm_heap,
2980 GCHeap* vm_heap;
2986 #define vm_heap ((GCHeap*) g_theGCHeap)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/debug/
H A Dheap.cpp30 heaps.push_back(new GCHeap()); in heaps()
H A Dgc-heap.h22 class GCHeap : public Debug::Heap {