Home
last modified time | relevance | path

Searched refs:HeapInfo (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/support/
H A Dsupport-heap.c37 } HeapInfo; typedef
40 HeapInfo *process_heap;
47 HeapInfo *hi; in HeapCreate()
55 hi = g_new (HeapInfo, 1); in HeapCreate()
84 HeapInfo *heap = (HeapInfo *) handle; in HeapAlloc()
97 HeapInfo *heap = (HeapInfo *) handle; in HeapReAlloc()
110 HeapInfo *heap = (HeapInfo *) handle; in HeapSize()
120 HeapInfo *heap = (HeapInfo *) handle; in HeapFree()
143 HeapInfo *heap = (HeapInfo *) handle; in HeapDestroy()
164 process_heap = g_new (HeapInfo, 1); in GetProcessHeap()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcee.cpp204 ETW::GCLog::ETW_GC_INFO HeapInfo; in UpdatePostGCCounters() local
205 ZeroMemory(&HeapInfo, sizeof(HeapInfo)); in UpdatePostGCCounters()
216 HeapInfo.HeapStats.GenInfo[0].GenerationSize, in UpdatePostGCCounters()
218 HeapInfo.HeapStats.GenInfo[1].GenerationSize, in UpdatePostGCCounters()
220 HeapInfo.HeapStats.GenInfo[2].GenerationSize, in UpdatePostGCCounters()
222 HeapInfo.HeapStats.GenInfo[3].GenerationSize, in UpdatePostGCCounters()
232 …FireEtwGCHeapStats_V1(HeapInfo.HeapStats.GenInfo[0].GenerationSize, HeapInfo.HeapStats.GenInfo[0].… in UpdatePostGCCounters()
233HeapInfo.HeapStats.GenInfo[1].GenerationSize, HeapInfo.HeapStats.GenInfo[1].TotalPromotedSize, in UpdatePostGCCounters()
234HeapInfo.HeapStats.GenInfo[2].GenerationSize, HeapInfo.HeapStats.GenInfo[2].TotalPromotedSize, in UpdatePostGCCounters()
235HeapInfo.HeapStats.GenInfo[3].GenerationSize, HeapInfo.HeapStats.GenInfo[3].TotalPromotedSize, in UpdatePostGCCounters()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/kernel/memory/
H A Dregion.cpp90 HeapInfo* h = static_cast<HeapInfo*> in heap_alloc()
91 (heap.ralloc(sizeof(HeapInfo)+(4-1)*sizeof(void*))); in heap_alloc()
96 HeapInfo* h = static_cast<HeapInfo*>(Support::unmark(hi)); in heap_alloc()
98 HeapInfo* n = static_cast<HeapInfo*> in heap_alloc()
99 (heap.ralloc(sizeof(HeapInfo)+(2*h->n-1)*sizeof(void*))); in heap_alloc()
116 HeapInfo* h = static_cast<HeapInfo*>(Support::unmark(hi)); in heap_free()
H A Dregion.hpp97 class HeapInfo { class in Gecode::Region
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dv8.d.ts13 interface HeapInfo { interface
25 function getHeapStatistics(): HeapInfo;
/dports/devel/z88dk/z88dk/libsrc/alloc/malloc-classic/
H A Dmallinfo.asm7 EXTERN HeapInfo
16 jp HeapInfo
H A DHeapInfo.asm4 PUBLIC HeapInfo
8 .HeapInfo
H A Dmalloc.lst11 alloc/malloc-classic/obj/${TYPE}/HeapInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dmemory_info.h45 struct HeapInfo { struct
77 HeapInfo info_;
H A Dmemory_info.cc51 static void GetHeapSize(HeapInfo& info) { in GetHeapSize()
67 void GetCachedHeapSize(HeapInfo& info, MemoryInfo::Precision precision) { in GetCachedHeapSize()
111 HeapInfo info_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dmemory_info.h45 struct HeapInfo { struct
77 HeapInfo info_;
H A Dmemory_info.cc51 static void GetHeapSize(HeapInfo& info) { in GetHeapSize()
67 void GetCachedHeapSize(HeapInfo& info, MemoryInfo::Precision precision) { in GetCachedHeapSize()
111 HeapInfo info_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dv8.d.ts15 interface HeapInfo { interface
41 function getHeapStatistics(): HeapInfo;
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dv8.d.ts15 interface HeapInfo { interface
41 function getHeapStatistics(): HeapInfo;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dv8.d.ts15 interface HeapInfo { interface
41 function getHeapStatistics(): HeapInfo;
/dports/misc/netron/node_modules/@types/node/
H A Dv8.d.ts15 interface HeapInfo { interface
41 function getHeapStatistics(): HeapInfo;
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.h287 class HeapInfo {
289 HeapInfo() : d_computed(false) {} in HeapInfo() function
298 std::map< Node, HeapInfo > d_label_model;
302 void debugPrintHeap( HeapInfo& heap, const char * c );
H A Dtheory_sep.cpp1763 void TheorySep::debugPrintHeap( HeapInfo& heap, const char * c ) { in debugPrintHeap()
1773 Node TheorySep::HeapInfo::getValue( TypeNode tn ) { in getValue()
/dports/devel/binaryen/binaryen-version_98/src/emscripten-optimizer/
H A Doptimizer.h122 struct HeapInfo { struct
128 HeapInfo parseHeap(const char* name); argument
H A Doptimizer-shared.cpp42 HeapInfo parseHeap(const char* name) { in parseHeap()
43 HeapInfo ret; in parseHeap()
163 HeapInfo info = parseHeap(node[1][1]->getCString()); in detectType()
/dports/devel/z88dk/z88dk/include/
H A Dmalloc.h142 extern void __LIB__ HeapInfo(unsigned int *total, unsigned int *largest, void *heap) _…
150 #define HeapInfo(a,b,c) HeapInfo_callee(a,b,c) macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dheap_info.h14 struct HeapInfo { struct
H A Dkernel_info.h119 HeapInfo heapInfo = {};
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/
H A DChangeLog-20151089 * arm/crt0.s: Support 0 heap base response from HeapInfo syscall.