Lines Matching refs:collector
87 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
88 if (collector != nullptr) {
90 auto collectResult = collector->CollectProcessMemory(pid);
100 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
101 if (collector != nullptr) {
103 auto collectResult = collector->CollectProcessVss(pid);
131 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
132 if (collector != nullptr) {
134 auto collectResult = collector->CollectProcessMemory(pid);
144 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
145 if (collector != nullptr) {
147 auto collectResult = collector->CollectProcessMemory(pid);