<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Man Pages - Linux Manual Pages &#187; realloc</title>
	<atom:link href="http://www.manpages.com/man/tag/realloc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manpages.com</link>
	<description>Linux Manual Pages</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>calloc, malloc, free, realloc &#8211; linux man page</title>
		<link>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/</link>
		<comments>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[F]]></category>
		<category><![CDATA[M]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[brk]]></category>
		<category><![CDATA[calloc]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[realloc]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=538</guid>
		<description><![CDATA[calloc, malloc, free, realloc &#8211; Allocate and free dynamic memory
USAGE
       #include &#60;stdlib.h&#62;

       void *calloc(size_t nmemb, size_t size);
       void *malloc(size_t size);
       void free(void *ptr);
       void *realloc(void [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>alloca &#8211; linux man page</title>
		<link>http://www.manpages.com/man/alloca-linux-man-page/</link>
		<comments>http://www.manpages.com/man/alloca-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 06:50:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[alloca]]></category>
		<category><![CDATA[brk]]></category>
		<category><![CDATA[calloc]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[pagesize]]></category>
		<category><![CDATA[realloc]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=218</guid>
		<description><![CDATA[alloca &#8211; memory allocator
USAGE
       #include &#60;alloca.h&#62;

       void *alloca(size_t size);

DESCRIPTION
       The  alloca() function allocates size bytes of space in the stack frame
       of the caller.  This temporary space is automatically [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/alloca-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

