Home
last modified time | relevance | path

Searched refs:_DECREMENT_ALLOCATION_COUNTS (Results 1 – 1 of 1) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DmallocTag.cpp64 #define _DECREMENT_ALLOCATION_COUNTS true macro
1047 oldNode->_numAllocations -= (_DECREMENT_ALLOCATION_COUNTS) ? 1 : 0; in _ReallocWrapper()
1153 node->_numAllocations -= (_DECREMENT_ALLOCATION_COUNTS) ? 1 : 0; in _FreeWrapper()
1235 oldNode->_numAllocations -= (_DECREMENT_ALLOCATION_COUNTS) ? 1 : 0; in _ReallocWrapper_ptmalloc()
1313 node->_numAllocations -= (_DECREMENT_ALLOCATION_COUNTS) ? 1 : 0; in _FreeWrapper_ptmalloc()
1707 #if !(_DECREMENT_ALLOCATION_COUNTS)
1731 #if _DECREMENT_ALLOCATION_COUNTS in _ReportMallocNode()