Age | Commit message (Expand) | Author |
---|---|---|
2022-03-21 | Fixed a wrong type when computing memory usage on macOS | Cristian Cadar |
2022-03-17 | Fixed GetTotalMallocUsage on macOS to look at all zones. (The test MemoryLimi... | Cristian Cadar |
2020-04-30 | Removed the Internal directory from include/klee | Cristian Cadar |
2018-07-02 | CMake: check for ctype and mallinfo functions with CXX instead of C compiler | Julian Büning |
2017-01-19 | Fix `Feature/MemoryLimit.c` test when building KLEE with ASan. | Dan Liew |
2016-08-02 | MemoryUsage: fix GetTotalMallocUsage | Jiri Slaby |
2016-02-27 | Add support for tcmalloc | Martin Nowack |
2014-09-12 | Add support for getting memory usage on Darwin. | Daniel Dunbar |
2014-09-12 | Do not require mallinfo(), which is Linux specific. | Daniel Dunbar |
2014-04-24 | Renamed GetTotalMemoryUsage to GetTotalMallocUsage | Martin Nowack |
2014-04-24 | Modify klee::util::GetTotalMemoryUsage() so that if the system is | Dan Liew |
2014-04-24 | Fix handling of memory usage in KLEE. | Martin Nowack |