5
#ifndef OPENCV_CORE_ALLOCATOR_STATS_HPP
6
#define OPENCV_CORE_ALLOCATOR_STATS_HPP
10
namespace
cv
{
namespace
utils {
18
virtual
uint64_t getCurrentUsage()
const
= 0;
19
virtual
uint64_t getTotalUsage()
const
= 0;
20
virtual
uint64_t getNumberOfAllocations()
const
= 0;
21
virtual
uint64_t getPeakUsage()
const
= 0;
Definition:
allocator_stats.hpp:13
virtual void resetPeakUsage()=0
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75