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

  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
memcluster.h 38 #define memstats __memstats macro
48 void memstats(FILE *);
  /art/runtime/base/
arena_allocator.h 36 class MemStats;
261 MemStats GetMemStats() const;
291 class MemStats {
293 MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
302 }; // MemStats
arena_allocator.cc 317 MemStats::MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
325 void MemStats::Dump(std::ostream& os) const {
331 MemStats ArenaAllocator::GetMemStats() const {
334 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/quick/
quick_compiler.cc 745 MemStats stack_stats(cu.arena_stack.GetPeakStats());
746 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(stack_stats);
774 MemStats mem_stats(cu.arena.GetMemStats());
775 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 7300 milliseconds