Macaulay2 Engine
Loading...
Searching...
No Matches

◆ logDealloc()

void AllocLogger::logDealloc ( size_t num,
size_t sz )
inlinestatic

Definition at line 89 of file myalloc.hpp.

90 {
93 // std::cout << "deallocating " << num << " elements, each of size " << sz << std::endl;
94 }
static size_t mNumDeallocs
Definition myalloc.hpp:67
static long mCurrentAllocSize
Definition myalloc.hpp:68

References mCurrentAllocSize, and mNumDeallocs.

Referenced by StatsAllocator< T >::deallocate().