HomeSort by: relevance | last modified time | path
    Searched refs:nstats (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 1133 int nstats = 10, count = 0, i; local
1135 stats = xcalloc(nstats, sizeof(Stat));
1137 if (count >= nstats) {
1138 nstats *= 2;
1139 stats = xreallocarray(stats, nstats, sizeof(Stat));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
memory.d 1487 auto nstats = GC.profileStats();
1488 assert(nstats.numCollections > stats.numCollections);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 4974 auto nstats = GC.stats();
4975 assert(nstats.usedSize == stats.usedSize);
4976 assert(nstats.freeSize == stats.freeSize);
4977 assert(nstats.allocatedInCurrentThread - sz == stats.allocatedInCurrentThread);

Completed in 21 milliseconds