Home
last modified time | relevance | path

Searched refs:collectGarbage (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/superres/src/
H A Doptical_flow.cpp63 void collectGarbage() CV_OVERRIDE;
160 void CpuOpticalFlow::collectGarbage() in collectGarbage() function in __anonead905fe0111::CpuOpticalFlow
188 void collectGarbage() CV_OVERRIDE;
236 void Farneback::collectGarbage() in collectGarbage() function in __anonead905fe0211::Farneback
238 CpuOpticalFlow::collectGarbage(); in collectGarbage()
395 void DualTVL1::collectGarbage() in collectGarbage() function in __anonead905fe0311::DualTVL1
397 alg_->collectGarbage(); in collectGarbage()
398 CpuOpticalFlow::collectGarbage(); in collectGarbage()
576 void Brox_CUDA::collectGarbage() in collectGarbage() function in __anonead905fe0511::Brox_CUDA
648 void PyrLK_CUDA::collectGarbage() in collectGarbage() function in __anonead905fe0611::PyrLK_CUDA
[all …]
H A Dbtv_l1_cuda.cpp218 void collectGarbage();
402 void BTVL1_CUDA_Base::collectGarbage() in collectGarbage() function in __anona95cdaff0111::BTVL1_CUDA_Base
431 void collectGarbage();
464 void BTVL1_CUDA::collectGarbage() in collectGarbage() function in __anona95cdaff0111::BTVL1_CUDA
479 SuperResolution::collectGarbage(); in collectGarbage()
480 BTVL1_CUDA_Base::collectGarbage(); in collectGarbage()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/
H A Dinterfaces.cpp57 void collectGarbage() CV_OVERRIDE;
100 void OpticalFlowSimpleFlow::collectGarbage() in collectGarbage() function in cv::optflow::OpticalFlowSimpleFlow
129 void collectGarbage() CV_OVERRIDE;
158 void OpticalFlowFarneback::collectGarbage() in collectGarbage() function in cv::optflow::OpticalFlowFarneback
185 void collectGarbage() CV_OVERRIDE;
210 void OpticalFlowSparseToDense::collectGarbage() {} in collectGarbage() function in cv::optflow::OpticalFlowSparseToDense
H A Ddeepflow.cpp56 void collectGarbage() CV_OVERRIDE;
171 void OpticalFlowDeepFlow::collectGarbage() {} in collectGarbage() function in cv::optflow::OpticalFlowDeepFlow
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Catalog/GarbageCollector/
H A DCatalogGarbageCollector.php72 $this->albumRepository->collectGarbage();
83 $this->useractivityRepository->collectGarbage();
86 $this->shoutRepository->collectGarbage();
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DCleanupReferenceTest.java56 private void collectGarbage() { in collectGarbage() method in CleanupReferenceTest
75 collectGarbage(); in testCreateSingle()
100 collectGarbage(); in testCreateMany()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Label/Deletion/
H A DLabelDeleter.php62 $this->shoutRepository->collectGarbage('label', $labelId);
63 $this->useractivityRepository->collectGarbage('label', $labelId);
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Song/Deletion/
H A DSongDeleter.php64 $this->shoutRepository->collectGarbage('song', $songId);
65 $this->useractivityRepository->collectGarbage('song', $songId);
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A DPubSub.cpp32 wlock->collectGarbage(); in ~Subscriber()
98 void Publisher::state::collectGarbage() { in collectGarbage() function in watchman::Publisher::state
139 wlock->collectGarbage(); in enqueue()
/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgeventhandler.cpp116 collectGarbage() ; in unlock()
119 void GNet::EventHandlerList::collectGarbage() in collectGarbage() function in GNet::EventHandlerList
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Frontend/
H A DAbstractFrontend.php161 public function collectGarbage() function in TYPO3\\CMS\\Core\\Cache\\Frontend\\AbstractFrontend
163 $this->backend->collectGarbage();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Frontend/
H A DAbstractFrontend.php157 public function collectGarbage() function in TYPO3\\CMS\\Core\\Cache\\Frontend\\AbstractFrontend
159 $this->backend->collectGarbage();
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Album/Deletion/
H A DAlbumDeleter.php115 $this->shoutRepository->collectGarbage('album', $albumId);
116 $this->useractivityRepository->collectGarbage('album', $albumId);
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Artist/Deletion/
H A DArtistDeleter.php109 $this->shoutRepository->collectGarbage('artist', $artistId);
110 $this->useractivityRepository->collectGarbage('artist', $artistId);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Frontend/
H A DAbstractFrontend.php162 public function collectGarbage() function in TYPO3\\CMS\\Core\\Cache\\Frontend\\AbstractFrontend
164 $this->backend->collectGarbage();
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/perf/
H A Dperf_matchers.cpp97 matcher->collectGarbage(); in PERF_TEST_P()
154 matcher->collectGarbage();
211 matcher->collectGarbage(); in PERF_TEST_P()
274 matcher->collectGarbage();
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DDOMBuilder.cpp80 _pDocument->collectGarbage(); in parse()
102 _pDocument->collectGarbage(); in parse()
124 _pDocument->collectGarbage(); in parseMemoryNP()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/migration-tool/writer/
H A Dwriter.go127 w.collectGarbage()
135 func (w *Write) collectGarbage() { func
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dmatchers.hpp149 CV_WRAP virtual void collectGarbage() {} in collectGarbage() function in cv::detail::FeaturesMatcher
187 CV_WRAP void collectGarbage() CV_OVERRIDE;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/cron/
H A DGarbageCollection.php42 Token::collectGarbage();
43 OauthAccessToken::collectGarbage();
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/
H A Dtopic.go154 t.collectGarbage()
241 t.collectGarbage()
275 t.collectGarbage()
303 func (t *topicTable) collectGarbage() {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Session/Middleware/
H A DStartSession.php119 $this->collectGarbage($session);
170 protected function collectGarbage(Session $session) function in Illuminate\\Session\\Middleware\\StartSession
/dports/lang/maude/maude-2.7.1/src/Core/
H A DmemoryCell.hh56 static void collectGarbage();
305 collectGarbage(); in okToCollectGarbage()
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/
H A DBookmarkRepositoryInterface.php36 public function collectGarbage(): void; function
H A DShoutRepositoryInterface.php37 public function collectGarbage(?string $object_type = null, ?int $object_id = null): void; function

12345678910>>...13