aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__mem__basic__functions_8h.html
blob: 1af5fb501502daf13f3bf807f406511848ee41a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oscl: oscl_mem_basic_functions.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>oscl_mem_basic_functions.h File Reference</h1>
<p>This file contains prototypes for the basic memory functions.  
<a href="#_details">More...</a></p>
<code>#include &quot;<a class="el" href="oscl__base__macros_8h_source.html">oscl_base_macros.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="oscl__mem__basic__functions_8h_source.html">oscl_mem_basic_functions.inl</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="osclconfig__memory_8h_source.html">osclconfig_memory.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="osclconfig__compiler__warnings_8h_source.html">osclconfig_compiler_warnings.h</a>&quot;</code><br/>

<p><a href="oscl__mem__basic__functions_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#gac26198ea976235d69f4140bcc63246a0">_oscl_malloc</a> (int32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga66341a26dd72dbfa5e35438230e48567">_oscl_calloc</a> (int32 nelems, int32 size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga53051a2a75c4ffdc9e6b0b6654a63000">_oscl_realloc</a> (void *src, int32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga952e5011acf2fddbf25c0791f54963cb">_oscl_free</a> (void *src)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga606d9161b80b1aaf42fa61bd1544f2f8">oscl_memcpy</a> (void *dest, const void *src, uint32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga39b1fcfe72fe3aa2b1daaec55bc7a531">oscl_memmove</a> (void *dest, const void *src, uint32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#gab0db2312b7e14938730e9fae6fa85442">oscl_memmove32</a> (void *dest, const void *src, uint32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga93ce8ea351e601f7d68094199190178b">oscl_memset</a> (void *dest, uint8 val, uint32 count)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_COND_IMPORT_REF int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclmemory.html#ga5e8a109274f928d29e771f940faf9908">oscl_memcmp</a> (const void *buf1, const void *buf2, uint32 count)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>This file contains prototypes for the basic memory functions. </p>
</div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>