1. Use the debug CRT versions of the memory allocation functions in
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:03:57 +0000 (19:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:03:57 +0000 (19:03 +0000)
commitfe7af6bf3b0ca903c72c22d66a38aaef92d72520
tree378ccc20b33f3737bfb3aaf5ea5d18ab0c6c9e77
parent2357ca5bb8e58d3b3a093a409a636fc111b0d3fd
1. Use the debug CRT versions of the memory allocation functions in
   util\perfstat.c.  These functions allow associating file and line
   numbers with each allocation.

2. Perform a heap verification periodically to check for heap
   corruption in the debug build when using util\perfstat.c to manage
   memory allocations.

3. Change wcscmp() to _wcscmp() for compatibility in util\perfstat.h

ticket: 5584

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19632 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/util/perfstat.c
src/windows/identity/util/perfstat.h