From 5a6b94754baeb66d2ecf524eb7e8d8aa61ead6b5 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sat, 1 Sep 2018 18:30:58 -0500 Subject: [PATCH] scott created page: JoeyLib Definitions --- JoeyLib-Definitions.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 JoeyLib-Definitions.md diff --git a/JoeyLib-Definitions.md b/JoeyLib-Definitions.md new file mode 100644 index 0000000..9f928c6 --- /dev/null +++ b/JoeyLib-Definitions.md @@ -0,0 +1,3 @@ +#### JOEY_DEBUG +If defined in `joey.h`, enables several debugging functions. JoeyLib memory management operations will be double-checked and tracked. In addition, after the program exits, JoeyLib will generate a file named `JLSTATS` containing allocation statistics and the contents of `why` that was passed to `jlDie()`. +