Ignore:
Timestamp:
May 10, 2019, 12:02:12 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
36354b1
Parents:
b038fe4
Message:

Fixed problem with TCMALLOC and heap stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Stats/Heap.cc

    rb038fe4 r292d599  
    2121#include <iostream>
    2222
    23 #if defined( NO_STATISTICS )
     23#if defined( NO_STATISTICS ) || defined( TCMALLOC )
    2424        #define NO_HEAP_STATISTICS
    2525#endif
Note: See TracChangeset for help on using the changeset viewer.