HomeSort by: relevance | last modified time | path
    Searched defs:mem_usage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
mem-stats.h 127 class mem_usage class
131 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} function in class:mem_usage
134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0): function in class:mem_usage
159 mem_usage
160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
170 operator== (const mem_usage &second) const
179 operator< (const mem_usage &second) const
193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t;
206 dump (mem_location *loc, const mem_usage &total) cons
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
mem-stats.h 127 class mem_usage class
131 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} function in class:mem_usage
134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0): function in class:mem_usage
159 mem_usage
160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
170 operator== (const mem_usage &second) const
179 operator< (const mem_usage &second) const
193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t;
206 dump (mem_location *loc, const mem_usage &total) cons
    [all...]

Completed in 15 milliseconds