| 300 | return (bigStuff.find(ptr)!=bigStuff.end()); |
| 301 | } |
| 302 | uint64_t bytesAllocated() const { return totalAllocated; } |
| 303 | uint64_t maxBytesAllocated() const { return maxAllocated; } |
| 304 | uint64_t totalAlignedMemoryAllocated() const; |
| 305 | void setTrackAllocations ( bool on ); |