Skip to content
Success

Changes

Summary

  1. missing add of terminating thread-heap statistics to master heap, check for environment variable CFA_MALLOC_STATS and print heap statistics at program termination (details)
  2. add comment on lock$ in i/ofstream indicating used by trait is_lock for mutex statement (details)
  3. add macros Exception and Throw to simplify using exceptions (details)
  4. remove static from Exception macro (details)
Commit a47fe52255f391775719c2fdfc5a98b181a1b7ee by Peter Buhr
missing add of terminating thread-heap statistics to master heap, check for environment variable CFA_MALLOC_STATS and print heap statistics at program termination
The file was modifiedlibcfa/src/heap.cfa
Commit 502a1071edb2fbc5ec9b6e71eb39b807d0c96fef by Peter Buhr
add comment on lock$ in i/ofstream indicating used by trait is_lock for mutex statement
The file was modifiedlibcfa/src/fstream.hfa
Commit 419985ca0c74e8bdddbbf6e8a4d070fe5b2e9d94 by Peter Buhr
add macros Exception and Throw to simplify using exceptions
The file was modifiedlibcfa/src/common.hfa
Commit 76acb60978c56c8dc53fd1e2b2ae95443c25a3a6 by Peter Buhr
remove static from Exception macro
The file was modifiedlibcfa/src/stdlib.cfa
The file was modifiedlibcfa/src/stdlib.hfa
The file was modifiedlibcfa/src/common.hfa