#include <allocator_stats.impl.hpp>
|
| typedef OPENCV_ALLOCATOR_STATS_COUNTER_TYPE | counter_t |
| |
◆ counter_t
◆ AllocatorStatistics()
| cv::utils::AllocatorStatistics::AllocatorStatistics |
( |
| ) |
|
|
inline |
◆ ~AllocatorStatistics()
| cv::utils::AllocatorStatistics::~AllocatorStatistics |
( |
| ) |
|
|
inline |
◆ getCurrentUsage()
| uint64_t cv::utils::AllocatorStatistics::getCurrentUsage |
( |
| ) |
const |
|
inlinevirtual |
◆ getNumberOfAllocations()
| uint64_t cv::utils::AllocatorStatistics::getNumberOfAllocations |
( |
| ) |
const |
|
inlinevirtual |
◆ getPeakUsage()
| uint64_t cv::utils::AllocatorStatistics::getPeakUsage |
( |
| ) |
const |
|
inlinevirtual |
◆ getTotalUsage()
| uint64_t cv::utils::AllocatorStatistics::getTotalUsage |
( |
| ) |
const |
|
inlinevirtual |
◆ onAllocate()
| void cv::utils::AllocatorStatistics::onAllocate |
( |
size_t |
sz | ) |
|
|
inline |
◆ onFree()
| void cv::utils::AllocatorStatistics::onFree |
( |
size_t |
sz | ) |
|
|
inline |
◆ resetPeakUsage()
| void cv::utils::AllocatorStatistics::resetPeakUsage |
( |
| ) |
|
|
inlinevirtual |
◆ curr
◆ peak
◆ total
◆ total_allocs
The documentation for this class was generated from the following file: