MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / getCacheLimit

Method getCacheLimit

python/mod_cvcuda/nvcv/Cache.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287int64_t Cache::getCacheLimit() const
288{
289 std::unique_lock<std::mutex> lk(pimpl->mtx);
290 return doGetCacheLimit();
291}
292
293int64_t Cache::doGetCacheLimit() const
294{

Callers 1

ExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected