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>osclconfig_memory_check.h Source File</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>osclconfig_memory_check.h</h1><a href="osclconfig__memory__check_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 1000002 <span class="preprocessor">#ifndef OSCLCONFIG_MEMORY_CHECK_H_INCLUDED</span> 1100003 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_MEMORY_CHECK_H_INCLUDED</span> 1200004 <span class="preprocessor"></span> 1300005 1400012 <span class="preprocessor">#ifndef OSCL_BYPASS_MEMMGT</span> 1500013 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_BYPASS_MEMMGT has to be defined to either 1 or 0"</span> 1600014 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 1700015 <span class="preprocessor"></span> 1800021 <span class="preprocessor">#ifndef OSCL_HAS_ANSI_MEMORY_FUNCS</span> 1900022 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_MEMORY_FUNCS has to be defined to either 1 or 0"</span> 2000023 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 2100024 <span class="preprocessor"></span> 2200030 <span class="preprocessor">#ifndef OSCL_HAS_SYMBIAN_MEMORY_FUNCS</span> 2300031 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_MEMORY_FUNCS has to be defined to either 1 or 0"</span> 2400032 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 2500033 <span class="preprocessor"></span> 2600034 <span class="comment">/*</span> 2700035 <span class="comment"> * OSCL_HAS_HEAP_BASE_SUPPORT macro should be set to 1 for the</span> 2800036 <span class="comment"> * platforms that allows inheritance from HeapBase class for</span> 2900037 <span class="comment"> * overloading of new/delete operators.</span> 3000038 <span class="comment"> */</span> 3100039 3200040 <span class="preprocessor">#ifndef OSCL_HAS_HEAP_BASE_SUPPORT</span> 3300041 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_HEAP_BASE_SUPPORT has to be defined to either 1 or 0."</span> 3400042 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 3500043 <span class="preprocessor"></span> 3600044 <span class="comment">/*</span> 3700045 <span class="comment"> * OSCL_HAS_GLOBAL_NEW_DELETE macro should be set to 1 for the</span> 3800046 <span class="comment"> * platforms that allows overloading of new/delete operators.</span> 3900047 <span class="comment"> */</span> 4000048 4100049 <span class="preprocessor">#ifndef OSCL_HAS_GLOBAL_NEW_DELETE</span> 4200050 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_GLOBAL_NEW_DELETE has to be defined to either 1 or 0."</span> 4300051 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 4400052 <span class="preprocessor"></span> 4500053 <span class="preprocessor">#endif // OSCLCONFIG_MEMORY_CHECK_H_INCLUDED</span> 4600054 <span class="preprocessor"></span> 4700055 48</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 49<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 50</small></address> 51</body> 52</html> 53