diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ALLOC_COUNT.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ALLOC_COUNT.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,11 @@ + + + ALLOC COUNT + <p>These panics are only raised in debug builds and are caused when the heap debugging functions detect a memory leak.</p> + + + ALLOC COUNT 1 Expected aaaa Allocated bbbb Ln: ccc ddddd + <p>This panic is raised by <code class="ApiItem">RHeap::__DbgMarkCheck()</code> and <code class="ApiItem">User::__DbgMarkCheck()</code> when the current number of allocated heap cells is not as expected. </p><p><code>aaa</code> is the expected number of heap cells.</p><p><code> bbb</code> is the allocated number of heap cells.</p><p><code> ccc</code> is a line number; typically the source statement line containing the call to <code>__DbgMarkCheck()</code>.</p><p><code> ddddd</code> is a file name; typically the file containing the source statement containing the call to <code>__DbgMarkCheck()</code>.</p> + + + \ No newline at end of file