crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ALLOC.xml
changeset 2 0c91f0baec58
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <panic_category>
       
     3   <category_name>ALLOC</category_name>
       
     4   <category_description> &lt;p&gt;These panics are raised in debug builds only and are caused when the heap debugging functions detect a memory leak.&lt;/p&gt;</category_description>
       
     5   <panics>
       
     6     <panic>
       
     7       <panic_id> nnnnnnnn</panic_id>
       
     8       <panic_description>&lt;p&gt;This panic is raised by the &lt;code class="ApiItem"&gt;RHeap::__DbgMarkEnd()&lt;/code&gt;  and &lt;code class="ApiItem"&gt;User::__DbgMarkEnd()&lt;/code&gt; when the number of heap cells at the current nested level is not as expected. &lt;/p&gt;&lt;p&gt;nnnnnnnn is the hexadecimal pointer to the first orphaned heap cell.&lt;/p&gt;	   </panic_description>
       
     9     </panic>
       
    10   </panics>
       
    11 </panic_category>