Home
last modified time | relevance | path

Searched refs:numCollections (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dnocollect.d8 assert(stats.numCollections == 0); in main()
14 assert(stats.numCollections == 0); in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d254 size_t numCollections; member
1488 assert(nstats.numCollections > stats.numCollections);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d66 __gshared size_t numCollections; variable
1317 ret.numCollections = numCollections;
1549 printf("\tNumber of collections: %llu\n", cast(ulong)numCollections);
1585 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,
3162 ++numCollections;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d104 __gshared size_t numCollections; variable
1320 printf("\tNumber of collections: %llu\n", cast(ulong)numCollections);
1358 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,
2426 ++numCollections;