Home
last modified time | relevance | path

Searched refs:allocatedInCurrentThread (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dutils.d73 ulong currentlyAllocated = gcStatsPure().allocatedInCurrentThread; in _d_HookTraceImpl()
77 ulong size = gcStatsPure().allocatedInCurrentThread - currentlyAllocated; in _d_HookTraceImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dcustom_gc.d176 ulong allocatedInCurrentThread() nothrow in allocatedInCurrentThread() function
178 return stats().allocatedInCurrentThread; in allocatedInCurrentThread()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d244 ulong allocatedInCurrentThread() nothrow
246 return stats().allocatedInCurrentThread;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d244 ulong allocatedInCurrentThread; member
1009 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);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/
H A Dgcinterface.d197 ulong allocatedInCurrentThread() nothrow;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d265 ulong allocatedInCurrentThread() nothrow
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dproxy.d254 return instance.allocatedInCurrentThread(); in gc_allocatedInCurrentThread()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d1327 ulong allocatedInCurrentThread() nothrow
1380 stats.allocatedInCurrentThread = bytesAllocated;
4977 assert(nstats.allocatedInCurrentThread - sz == stats.allocatedInCurrentThread);