2024-06-04 03:15:46 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-06-06 06:16:42 +00:00
|
|
|
## Version 2.2
|
|
|
|
|
|
|
|
Minor refactoring: remove unused constexpr declarations in header.
|
|
|
|
|
|
|
|
Change implementation to not print when malloc/calloc/free is called if the
|
|
|
|
"ANOTHER_MEMCHECK_QUIET" environment variable is defined.
|
|
|
|
|
2024-06-04 06:55:52 +00:00
|
|
|
## Verison 2.1
|
|
|
|
|
|
|
|
Previous implementation did not fully account for total size of a call to
|
|
|
|
calloc. This version should fix this.
|
|
|
|
|
2024-06-04 06:43:30 +00:00
|
|
|
## Version 2.0
|
|
|
|
|
|
|
|
Minor refactorings.
|
|
|
|
|
|
|
|
Change internal implementation of linked list to be doubly-linked.
|
|
|
|
|
|
|
|
Add support for calloc.
|
|
|
|
|
|
|
|
Add pthreads to mutex-lock malloc/calloc/free.
|
|
|
|
|
2024-06-04 03:15:46 +00:00
|
|
|
## Version 1.0
|
|
|
|
|
|
|
|
Initial version with working `AnotherMemCheck`.
|