diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-E5B657E4-C11F-5D9C-8505-95B7153074CD.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-E5B657E4-C11F-5D9C-8505-95B7153074CD.dita Tue Mar 30 11:56:28 2010 +0100 @@ -0,0 +1,31 @@ + + + + + +Category: +ALLOC COUNT +

These panics are only raised in debug builds and are caused when the heap +debugging functions detect a memory leak.

+ + + + +

ALLOC COUNT 1 Expected aaaa Allocated bbbb Ln: ccc ddddd

+

This panic is raised by RHeap::DbgMarkCheck() and User::DbgMarkCheck() when +the current number of allocated heap cells is not as expected.

aaa is +the expected number of heap cells.

bbb is the allocated +number of heap cells.

ccc is a line number; typically +the source statement line containing the call to User::DbgMarkCheck().

ddddd is +a file name; typically the file containing the source statement containing +the call to User::DbgMarkCheck().

+
+ + +
\ No newline at end of file