Lines Matching full:memory
3 <title>uIP 1.0: Memory block management functions</title>
16 <h1>Memory block management functions</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
17 The memory block allocation routines provide a simple yet powerful set of functions for managing a …
19 …memory blocks is statically declared with the <a class="el" href="a00159.html#gf31774d02a69fd3f1c2…
20 …ass="el" href="a00159.html#gf31774d02a69fd3f1c2b282454438cba">MEMB()</a> memory block is local to …
21 … example shows how to declare and use a memory block called "cmem" which has 8 chunks of memory wi…
28 <tr><td class="mdescLeft"> </td><td class="mdescRight">Memory block allocation routines. <br><…
33 <tr><td class="mdescLeft"> </td><td class="mdescRight">Memory block allocation routines. <br><…
48 <tr><td class="mdescLeft"> </td><td class="mdescRight">Declare a memory block. <a href="#gf31…
52 <tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize a memory block that was decl…
55 …s="mdescLeft"> </td><td class="mdescRight">Allocate a memory block from a block of memory dec…
58 <tr><td class="mdescLeft"> </td><td class="mdescRight">Deallocate a memory block from a memory…
97 </pre></div>Declare a memory block.
99 This macro is used to staticall declare a block of memory that can be used by the block allocation …
104 …<tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>The name of the memory bloc…
105 …<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>The size of each memory chu…
106 …op"></td><td valign="top"><em>num</em> </td><td>The total number of memory chunks in the bloc…
141 Allocate a memory block from a block of memory declared with <a class="el" href="a00159.html#gf3177…
145 …<tr><td valign="top"></td><td valign="top"><em>m</em> </td><td>A memory block previosly decla…
190 Deallocate a memory block from a memory block previously declared with <a class="el" href="a00159.h…
194 …<tr><td valign="top"></td><td valign="top"><em>m</em> </td><td>m A memory block previosly dec…
195 …<tr><td valign="top"></td><td valign="top"><em>ptr</em> </td><td>A pointer to the memory bloc…
198 …rence count for the memory block (should be 0 if successfully deallocated) or -1 if the pointer "p…
232 Initialize a memory block that was declared with <a class="el" href="a00159.html#gf31774d02a69fd3f1…
236 …<tr><td valign="top"></td><td valign="top"><em>m</em> </td><td>A memory block previosly decla…