1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_mem_audit_internals.h File Reference</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<hr><h1>oscl_mem_audit_internals.h File Reference</h1>This file contains the internal definitions for the mem audit library. 10<a href="#_details">More...</a> 11<p> 12<code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br> 13<code>#include "<a class="el" href="oscl__mem__audit_8h-source.html">oscl_mem_audit.h</a>"</code><br> 14<code>#include "<a class="el" href="oscl__mem__inst_8h-source.html">oscl_mem_inst.h</a>"</code><br> 15<code>#include "<a class="el" href="osclconfig__compiler__warnings_8h-source.html">osclconfig_compiler_warnings.h</a>"</code><br> 16 17<p> 18<a href="oscl__mem__audit__internals_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0> 19<tr><td></td></tr> 20<tr><td colspan=2><br><h2>Data Structures</h2></td></tr> 21<tr><td nowrap align=right valign=top>struct </td><td valign=bottom><a class="el" href="structMM__AllocBlockFence.html">MM_AllocBlockFence</a></td></tr> 22<tr><td nowrap align=right valign=top>struct </td><td valign=bottom><a class="el" href="structMM__AllocBlockHdr.html">MM_AllocBlockHdr</a></td></tr> 23<tr><td colspan=2><br><h2>Defines</h2></td></tr> 24<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="oscl__mem__audit__internals_8h.html#a0">OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</a></td></tr> 25<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a73">MM_AUDIT_ALLOC_NODE_SUPPORT</a> 1</td></tr> 26<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a74">MM_AUDIT_FENCE_SUPPORT</a> 0</td></tr> 27<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a75">MM_AUDIT_INCLUDE_ALL_HEAP_VALIDATION</a> 1</td></tr> 28<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a76">MM_AUDIT_FILL_SUPPORT</a> 0</td></tr> 29<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a77">MM_AUDIT_FAILURE_SIMULATION_SUPPORT</a> 1</td></tr> 30<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a78">FENCE_PATTERN</a> 0xAA</td></tr> 31<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a79">MIN_FENCE_SIZE</a> 4</td></tr> 32<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a80">MEM_ALIGN_SIZE</a> 8</td></tr> 33<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a81">COMPUTE_MEM_ALIGN_SIZE</a>(x, y, z) (y+(((x+y)%z) ? (z - (x+y)%z) : 0))</td></tr> 34<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a82">DEFAULT_PREFILL_PATTERN</a> 0x96</td></tr> 35<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclmemory.html#a83">DEFAULT_POSTFILL_PATTERN</a> 0x5A</td></tr> 36</table> 37<hr><a name="_details"></a><h2>Detailed Description</h2> 38This file contains the internal definitions for the mem audit library. 39<p> 40 41<p> 42<hr><h2>Define Documentation</h2> 43<a name="a0" doxytag="oscl_mem_audit_internals.h::OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE"></a><p> 44<table width="100%" cellpadding="2" cellspacing="0" border="0"> 45 <tr> 46 <td class="md"> 47 <table cellpadding="0" cellspacing="0" border="0"> 48 <tr> 49 <td class="md" nowrap valign="top"> #define OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE 50 </table> 51 </td> 52 </tr> 53</table> 54<table cellspacing=5 cellpadding=0 border=0> 55 <tr> 56 <td> 57 58 </td> 59 <td> 60 61<p> 62 </td> 63 </tr> 64</table> 65<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 66<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 67</small></address> 68</body> 69</html> 70