Searched defs:ReportMemoryUsage (Results 1 – 1 of 1) sorted by relevance
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
| D | memory_reporter.h | 117 void ReportMemoryUsage(const std::string &member, const T &t, bool needThis) in ReportMemoryUsage() function 123 void ReportMemoryUsage(const std::string &member, const std::vector<T> &that, bool needThis) in ReportMemoryUsage() function 138 void ReportMemoryUsage(const std::string &member, const std::shared_ptr<T> &that, bool needThis) in ReportMemoryUsage() function 153 void ReportMemoryUsage(const std::string &member, const std::unique_ptr<T> &that, bool needThis) in ReportMemoryUsage() function 168 void ReportMemoryUsage(const std::string &member, const std::map<K, V> &that, bool needThis) in ReportMemoryUsage() function
|