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

  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 16 // If you edit this structure, also edit type MemStats below.
19 // For detailed descriptions see the documentation for MemStats.
20 // Fields that differ from MemStats are further documented here.
36 // Like MemStats, heap_sys and heap_inuse do not count memory
62 stacks_sys uint64 // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
92 // Statistics below here are not exported to MemStats directly.
156 var memstats mstats var
158 // A MemStats records statistics about the memory allocator.
159 type MemStats struct {
431 // Size of the trailing by_size array differs between mstats and MemStats,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 16 // If you edit this structure, also edit type MemStats below.
19 // For detailed descriptions see the documentation for MemStats.
20 // Fields that differ from MemStats are further documented here.
36 // Like MemStats, heap_sys and heap_inuse do not count memory
62 stacks_sys uint64 // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
92 // Statistics below here are not exported to MemStats directly.
156 var memstats mstats var
158 // A MemStats records statistics about the memory allocator.
159 type MemStats struct {
431 // Size of the trailing by_size array differs between mstats and MemStats,
    [all...]
  /art/runtime/base/
arena_allocator.cc 514 MemStats::MemStats(const char* name,
524 void MemStats::Dump(std::ostream& os) const {
530 MemStats ArenaAllocator::GetMemStats() const {
533 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment);
arena_allocator.h 37 class MemStats;
373 MemStats GetMemStats() const;
413 class MemStats {
415 MemStats(const char* name,
426 }; // MemStats
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 646 milliseconds