Searched refs:numCollections (Results 1 – 4 of 4) sorted by relevance
8 assert(stats.numCollections == 0); in main()14 assert(stats.numCollections == 0); in main()
254 size_t numCollections; member1488 assert(nstats.numCollections > stats.numCollections);
66 __gshared size_t numCollections; variable1317 ret.numCollections = numCollections;1549 printf("\tNumber of collections: %llu\n", cast(ulong)numCollections);1585 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,3162 ++numCollections;
104 __gshared size_t numCollections; variable1320 printf("\tNumber of collections: %llu\n", cast(ulong)numCollections);1358 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,2426 ++numCollections;