HDK
|
#include <UT_MemoryCounter.h>
Public Member Functions | |
UT_MemoryCounterNewSafe (const UT::ArraySet< const void * > &avoidset) | |
~UT_MemoryCounterNewSafe () override | |
void | reset () override |
bool | countShared (size_t size, exint refcount, const void *p) override |
size_t | getCount () const override |
This returns the current count of memory used. More... | |
size_t | getFullCount () const |
size_t | getUniqueCount () const |
Public Member Functions inherited from UT_MemoryCounter | |
UT_MemoryCounter () | |
virtual | ~UT_MemoryCounter () |
void | countUnshared (size_t size) |
bool | mustCountShared () const |
bool | mustCountUnshared () const |
Additional Inherited Members | |
Protected Member Functions inherited from UT_MemoryCounter | |
UT_MemoryCounter (const bool countshared, const bool countunshared) | |
This subclass counts shared memory excluding any shared memory blocks in the specified set, so that one can determine how much memory a node's output detail uses that its input details do not. Unlike UT_MemoryCounterNew, this does NOT assume that the countShared() is only called once for each shared memory block, by adding all blocks to a dynamic set of blocks to avoid. This incurs extra cost on every countShared().
Definition at line 429 of file UT_MemoryCounter.h.
|
inline |
Definition at line 432 of file UT_MemoryCounter.h.
|
inlineoverride |
Definition at line 440 of file UT_MemoryCounter.h.
|
inlineoverridevirtual |
This counts shared memory according to the requirements of the use case. This implementation avoids counting any shared memory in the specified set.
Reimplemented from UT_MemoryCounter.
Definition at line 456 of file UT_MemoryCounter.h.
|
inlineoverridevirtual |
This returns the current count of memory used.
Reimplemented from UT_MemoryCounter.
Definition at line 494 of file UT_MemoryCounter.h.
|
inline |
Definition at line 499 of file UT_MemoryCounter.h.
|
inline |
Definition at line 504 of file UT_MemoryCounter.h.
This resets any data structures used for counting to their freshly-constructed state.
Reimplemented from UT_MemoryCounter.
Definition at line 444 of file UT_MemoryCounter.h.