diff options
author | MartinNowack <martin.nowack@gmail.com> | 2016-02-29 14:14:43 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2016-02-29 14:14:43 +0100 |
commit | ce1dd5a7f3de7b536a9ff266a9231b44a053fe95 (patch) | |
tree | 47dd5e214efaa3a28333a071c30a35895a03b5ed /lib/Core/Executor.h | |
parent | 0fc86ca9e28cc411cb5e00afa22c32e77aca7e57 (diff) | |
parent | 18f01e9f6d5471d176091f24671bef3eac0293ac (diff) | |
download | klee-ce1dd5a7f3de7b536a9ff266a9231b44a053fe95.tar.gz |
Merge pull request #344 from MartinNowack/feat_malloc
Add support for tcmalloc
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 919d2124..8bfa278a 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -399,7 +399,8 @@ private: void initTimers(); void processTimers(ExecutionState *current, double maxInstTime); - + void checkMemoryUsage(); + public: Executor(const InterpreterOptions &opts, InterpreterHandler *ie); virtual ~Executor(); |