Searched defs:GC (Results 1 – 10 of 10) sorted by relevance
230 struct GC struct239 /// number of used bytes on the GC heap (might only get updated after a collection) argument255 /// total time spent doing GC argument257 /// total time threads were paused doing GC argument259 /// largest time threads were paused during one GC cycle argument261 /// largest time spent doing one GC cycle argument262 Duration maxCollectionTime;325 … int* pToArray = cast(int*)GC.malloc(10 * int.sizeof, GC.BlkAttr.NO_SCAN | GC.BlkAttr.APPENDABLE); argument374 static uint getAttr( const scope void* p ) nothrow in getAttr()381 static uint getAttr(void* p) pure nothrow in getAttr()[all …]
51 GC = 4, enumerator
140 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
142 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
36 GC, enumerator
1339 const char *GC = LLVMGetGC(Fn); in llvm_gc() local1346 value llvm_set_gc(value GC, LLVMValueRef Fn) { in llvm_set_gc()
1148 func (v Value) GC() string { return C.GoString(C.LLVMGetGC(v.C)) } func
5836 std::string GC; in parseFunctionHeader() local
2442 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC()