<?xml version="1.0" encoding="windows-1252"?>
<node id="81246" title="malloc" created="2001-05-17 14:23:28" updated="2003-09-06 22:39:19">
<type id="15">
user</type>
<author id="81246">
malloc</author>
<data>
<field name="doctext">
&lt;B&gt;envision the white lotus&lt;/B&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;CODE&gt;
$email = dan123@ajvar123.123org;
$email =~ s/\d//g;

&lt;HR&gt;
&lt;PRE&gt;
MALLOC(3)           Linux Programmer's Manual      MALLOC(3)
NAME
       calloc,  malloc, free, realloc - Allocate and free dynamic memory

SYNOPSIS
       #include &amp;lt;stdlib.h&amp;gt;

       void *malloc(size_t size);

DESCRIPTION

malloc() allocates size bytes and returns a pointer to the
         allocated memory.  The memory is not cleared.

RETURN VALUE
       For calloc() and malloc(), the value returned is a
 pointer to the allocated memory, which is suitably aligned
 for any kind of variable, or NULL if the request fails.

CONFORMING TO
       ANSI-C

SEE ALSO
       brk(2)

NOTES
       Crashes in malloc(), free() or realloc() are 
almost always related to heap corruption, such as 
overflowing  an  allocated chunk or freeing the same 
pointer twice.

GNU                       April 4, 1993                  1
&lt;BR&gt;

&lt;!-- location:latitude=40.44.55,longitude=-73.59.38 --&gt;
&lt;!-- os:Linux,Solaris, Plan9 --&gt;
&lt;!-- birthday:1977/09/02 --&gt;

</field>
<field name="lasttime">
2006-08-28 11:02:46</field>
<field name="experience">
667</field>
<field name="user_scratchpad">
360842</field>
<field name="imgsrc">
images/userincoming/malloc.jpeg</field>
<field name="timeformat">
</field>
<field name="numwriteups">
37</field>
<field name="location">
Chelsea, Manhattan, NY</field>
<field name="timezone">
-5</field>
<field name="codewrapoff">
</field>
<field name="codewraplength">
</field>
<field name="codeautowrap">
</field>
<field name="codeprefix">
</field>
<field name="codebig">
on</field>
</data>
</node>
