| 178 | #if DAS_TRACK_ALLOCATIONS |
| 179 | virtual void impl_mark_location ( void *, const LineInfo * ) {} |
| 180 | virtual void impl_mark_comment ( void *, const char * ) {} |
| 181 | virtual const char * impl_get_comment ( void * ) const { return nullptr; } |
| 182 | #endif |
| 183 | virtual void setTrackAllocations ( bool on ) { trackAllocations = on; } |