diff options
| -rw-r--r-- | ttt.jai | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1194,6 +1194,9 @@ prompt_user_key :: (y: int, message: string) -> TUI.Key { main :: () { +// TODO WIP WIP WIP WIP WIP WIP WIP WIP - make some tests to see how auto_release_temporary works... check if something allocated right before are kept or discarddled... and how temp allocated StringBuilder behaves... + + #if DEBUG_MEMORY { defer report_memory_leaks(); // TODO Remove after final debug sessions. } |
