Lines Matching refs:collector
451 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
452 if (collector != nullptr) {
454 auto collectResult = collector->CollectProcessMemory(pid);
467 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
468 if (collector != nullptr) {
470 auto collectResult = collector->CollectProcessMemory(pid);
483 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
484 if (collector != nullptr) {
486 auto collectResult = collector->CollectProcessMemory(pid);
564 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create();
565 if (collector != nullptr) {
567 auto collectResult = collector->CollectProcessVss(pid);