Searched refs:allocatedInCurrentThread (Results 1 – 8 of 8) sorted by relevance
73 ulong currentlyAllocated = gcStatsPure().allocatedInCurrentThread; in _d_HookTraceImpl()77 ulong size = gcStatsPure().allocatedInCurrentThread - currentlyAllocated; in _d_HookTraceImpl()
176 ulong allocatedInCurrentThread() nothrow in allocatedInCurrentThread() function178 return stats().allocatedInCurrentThread; in allocatedInCurrentThread()
244 ulong allocatedInCurrentThread() nothrow246 return stats().allocatedInCurrentThread;
244 ulong allocatedInCurrentThread; member1009 pragma(mangle, "gc_allocatedInCurrentThread") static ulong allocatedInCurrentThread() nothrow;1014 ulong currentlyAllocated = GC.allocatedInCurrentThread();1023 assert(GC.allocatedInCurrentThread() == currentlyAllocated + 32);1024 assert(GC.stats().allocatedInCurrentThread == currentlyAllocated + 32);
197 ulong allocatedInCurrentThread() nothrow;
265 ulong allocatedInCurrentThread() nothrow
254 return instance.allocatedInCurrentThread(); in gc_allocatedInCurrentThread()
1327 ulong allocatedInCurrentThread() nothrow1380 stats.allocatedInCurrentThread = bytesAllocated;4977 assert(nstats.allocatedInCurrentThread - sz == stats.allocatedInCurrentThread);