sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool.help/html/concepts/memory_leaks.htm
changeset 6 f65f740e69f9
parent 1 1050670c6980
equal deleted inserted replaced
5:844b047e260d 6:f65f740e69f9
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
     5 <title>Memory leaks</title>
     5 <title>Memory leaks</title>
     6 <link href="../nokia.css" type="text/css" rel="stylesheet">
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
     7 </head>
     7 </head>
     8 <body>
     8 <body>
     9 
     9 
    10 <h2>Memory leaks</h2>
    10 <h2>Memory leaks</h2>
    11 <p>Symbian OS is designed to operate in resource-constrained environments. In simple terms, memory usage is optimized to allocate memory to applications and then freeing it for reuse when it is no longer needed. Memory leaks occur when an application fails to free memory that has been allocated.</p>
    11 <p>Symbian OS is designed to operate in resource-constrained environments. In simple terms, memory usage is optimized to allocate memory to applications and then freeing it for reuse when it is no longer needed. Memory leaks occur when an application fails to free memory that has been allocated.</p>
    17 <h5>Related tasks</h5>
    17 <h5>Related tasks</h5>
    18 <ul>
    18 <ul>
    19 	<li><a href="../tasks/viewmemoryleaks.htm">Viewing memory leaks</a></li>
    19 	<li><a href="../tasks/viewmemoryleaks.htm">Viewing memory leaks</a></li>
    20 </ul>
    20 </ul>
    21 
    21 
    22 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    22 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    23 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
    23 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
    24 </body>
    24 </body>
    25 </html>
    25 </html>