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

Method getCurrentSizeInBytes

python/mod_cvcuda/nvcv/Cache.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298int64_t Cache::getCurrentSizeInBytes()
299{
300 std::unique_lock<std::mutex> lk(pimpl->mtx);
301 return doGetCurrentSizeInBytes();
302}
303
304int64_t Cache::doGetCurrentSizeInBytes() const
305{

Callers 1

ExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected