blob: b18fd1cb865f84926201f7879a4e268dbe951f6c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>osclconfig_global_placement_new.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>osclconfig_global_placement_new.h</h1><a href="osclconfig__global__placement__new_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef OSCLCONFIG_GLOBAL_PLACEMENT_NEW_H_INCLUDED</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_GLOBAL_PLACEMENT_NEW_H_INCLUDED</span>
00003 <span class="preprocessor"></span>
00004 <span class="comment">//This file contains a definition of placement new operator</span>
00005 <span class="comment">//for use in configurations without a native placement new</span>
00006 <span class="comment">//operator definition.</span>
00007
<a name="l00008"></a><a class="code" href="osclconfig__global__placement__new_8h.html#a0">00008</a> <span class="keyword">inline</span> <span class="keywordtype">void</span>* <a class="code" href="oscl__mem_8h.html#a43">operator new</a>(size_t,<span class="keywordtype">void</span>* ptr)
00009 {
00010 <span class="keywordflow">return</span> ptr;
00011 }
00012
00013
00014 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>