Source code checked in, #9868016c30dc78512569e37b567fc9e086a1a810
Merge pull request #8 from ioannis-e/ioannis Work performed on various issues
View ArticleSource code checked in, #83585888e66186c0d4367bcc348d3a2e6adb7ea1
DllMain test improved
View ArticleSource code checked in, #c4c877049191ec97a4c4ccd8858f9b0454d7b1dd
Test fixed on x64 Release
View ArticleSource code checked in, #b8ff3b1915b7eadb6cca8633119ee7ec04d03a9c
VS2013/2015 VLD Main leaks count fixed
View ArticleSource code checked in, #41bd39244a0bcf033bb09925b923b8da4172a05d
Fix for FindRealCode function in Win64 by @Ghoort
View ArticleSource code checked in, #a58c068f0231add11cddd6e2fffc02edc8434584
Build also using VS2013
View ArticleSource code checked in, #211573edfda2da4a1b90487b51c6a81c2f88954b
Fix crt leaks detection for all configurations
View ArticleNew Post: VLD for Visual C++ 2015?
I see you have pushed some commits for support 2015. Cloned the repository and built it myself and use it in our project. As far as I can tell it works great! Have helped us solve some problems. Keep...
View ArticleNew Post: VLD for Visual C++ 2015?
renglund wrote: I see you have pushed some commits for support 2015. Cloned the repository and built it myself and use it in our project. As far as I can tell it works great! Have helped us solve some...
View ArticleSource code checked in, #ad0d2795b9fe5dd080931443805cc6f04b77fd88
Fix building with source path with spaces Copy test dependencies prior to the build
View ArticleNew Post: VLD for Visual C++ 2015?
YunHsiao wrote:renglund wrote: I see you have pushed some commits for support 2015. Cloned the repository and built it myself and use it in our project. As far as I can tell it works great! Have helped...
View ArticleNew Post: VLD for Visual C++ 2015?
Which SDKs did you guys install to build VLD for VS 2015? Thanks.
View ArticleCreated Unassigned: VLD Bug? [10589]
When I use VLD in my a dll, and I build a test project,then I use a interface function in the dll,and build the test projet.it prompt:"WARNING: Visual Leak Detector: A module, test.exe, included in...
View ArticleCreated Unassigned: Stack overflow when TLS slot >= 64 and allocate memory in...
In short, Stack overflow when TLS slot >= 64 and allocate memory in new threadWindows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for each thread...
View ArticleEdited Unassigned: Stack overflow when VLD TLS slot >= 64 and allocate memory...
In short, Stack overflow when VLD TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for each...
View ArticleEdited Unassigned: Stack overflow when VLD TLS slot >= 64 and allocate memory...
In short, Stack overflow when VLD TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for each...
View ArticleEdited Unassigned: Stack overflow when VLD TLS slot >= 64 and allocate memory...
In short, Stack overflow when VLD TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for each...
View ArticleEdited Unassigned: Stack overflow when VLD Indirectly Loaded with TLS slot >=...
In short, Stack overflow when VLD is loaded indirectly with TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate...
View ArticleEdited Unassigned: Stack overflow when VLD gets TLS slot >= 64 and allocate...
In short, Stack overflow when VLD gets TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for...
View ArticleEdited Unassigned: Stack overflow when VLD gets TLS slot >= 64 and allocate...
In short, Stack overflow when VLD gets TLS slot >= 64 and allocate memory in new thread. Windows by default has 64 TLS slots. When you need more than 64, Windows will allocate expansion slots for...
View Article