HomeSort by relevance Sort by last modified time
    Searched full:memstats (Results 1 - 9 of 9) 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...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
memcluster.h 38 #define memstats __memstats macro
48 void memstats(FILE *);
  /art/compiler/utils/
arena_allocator.h 36 class MemStats;
193 MemStats GetMemStats() const;
211 class MemStats {
213 MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
222 }; // MemStats
arena_allocator.cc 264 MemStats::MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
272 void MemStats::Dump(std::ostream& os) const {
278 MemStats ArenaAllocator::GetMemStats() const {
281 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment);
scoped_arena_allocator.cc 50 MemStats ArenaStack::GetPeakStats() const {
52 return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&stats_and_pool_),
scoped_arena_allocator.h 46 MemStats GetPeakStats() const;
  /art/compiler/dex/
compiler_ir.h 36 struct Memstats;
frontend.cc 762 MemStats stack_stats(cu.arena_stack.GetPeakStats());
763 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(stack_stats);
790 MemStats mem_stats(cu.arena.GetMemStats());
791 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
  /external/libpng/contrib/libtests/
pngvalid.c 10027 volatile int memstats = 0; \/* Print memory statistics at the end *\/ local
    [all...]

Completed in 832 milliseconds