HomeSort by relevance Sort by last modified time
    Searched full:memstats (Results 1 - 5 of 5) sorted by null

  /external/srec/portable/src/
pmemfixed.c 176 static MEM_STATS memStats[NUM_OF_POOLS];
484 memStats[ii].accReqSize += size;
485 memStats[ii].accAllocated++;
486 memStats[ii].allocated++;
488 if (memStats[ii].maxReqSize < size)
490 memStats[ii].maxReqSize = size;
493 if (memStats[ii].allocated > memStats[ii].max_alloc)
495 memStats[ii].max_alloc = memStats[ii].allocated
    [all...]
  /art/compiler/dex/
arena_allocator.h 143 struct MemStats {
148 explicit MemStats(const ArenaAllocator &arena) : arena_(arena) {}
151 }; // MemStats
compiler_ir.h 41 struct Memstats;
frontend.cc 258 MemStats mem_stats(cu.arena);
259 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
  /bionic/libc/upstream-netbsd/libc/include/isc/
memcluster.h 38 #define memstats __memstats macro
48 void memstats(FILE *);

Completed in 632 milliseconds