Changes in src/Common/Stats/Heap.cc [120a28c3:292d599b]
- File:
-
- 1 edited
-
src/Common/Stats/Heap.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Stats/Heap.cc
r120a28c3 r292d599b 21 21 #include <iostream> 22 22 23 #if defined(__has_feature) 24 #if __has_feature(address_sanitizer) 25 #define NO_HEAP_STATISTICS 26 # endif 27 #endif 28 29 #if defined( NO_STATISTICS ) || defined( TCMALLOC ) || defined(__SANITIZE_ADDRESS__) 30 #if !defined(NO_HEAP_STATISTICS) 31 #define NO_HEAP_STATISTICS 32 #endif 23 #if defined( NO_STATISTICS ) || defined( TCMALLOC ) 24 #define NO_HEAP_STATISTICS 33 25 #endif 34 26
Note:
See TracChangeset
for help on using the changeset viewer.