diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ALLOC.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ALLOC.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,11 @@ + + + ALLOC + <p>These panics are raised in debug builds only and are caused when the heap debugging functions detect a memory leak.</p> + + + nnnnnnnn + <p>This panic is raised by the <code class="ApiItem">RHeap::__DbgMarkEnd()</code> and <code class="ApiItem">User::__DbgMarkEnd()</code> when the number of heap cells at the current nested level is not as expected. </p><p>nnnnnnnn is the hexadecimal pointer to the first orphaned heap cell.</p> + + + \ No newline at end of file