summaryrefslogtreecommitdiffstats
path: root/tests/bindings
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-05-28 11:31:03 -0700
committerGitHub <noreply@github.com>2024-05-28 11:31:03 -0700
commitc1e34c5a29d99d8a70b4e78313bfd3d539d9206e (patch)
tree0eb0aea6b7f9b3d453c7cd65437b8f77364942ea /tests/bindings
parentf6b755dc62df5ff796eb076ae1459a69746ee2f7 (diff)
Print memory leak info in Debug build of slangc.exe (#4210)
When memory leak is detected, this commit will dump the information about the memory leak. This feature is available only in Debug build on Windows platform. Also note that the message will not be printed on the client applications that use slang.dll, because the printing happens as a part of slangc.exe not slang.dll. I found a bug that Slang::StdWriters was closing `stdout` and `stderr` in its destructor, which prevented Crt functions to print the messages to `stdout` and `stderr`.
Diffstat (limited to 'tests/bindings')
0 files changed, 0 insertions, 0 deletions