<?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>alloca &#8211; 電子情報工学科</title>
	<atom:link href="https://www.ei.fukui-nct.ac.jp/tag/alloca/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ei.fukui-nct.ac.jp</link>
	<description>Department of Electronics and Information Engineering</description>
	<lastBuildDate>Thu, 25 May 2023 06:29:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>ポインタとメモリの使用効率</title>
		<link>https://www.ei.fukui-nct.ac.jp/2023/05/15/pointer-memory-2023/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Mon, 15 May 2023 00:45:00 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[alloca]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=11894</guid>

					<description><![CDATA[前回の授業で時間切れだったので、再度掲載してから、次のメモリーの使用効率について説明し、必要に応じてメモリを確保するための方法を考える。 ポインタインクリメントと式 C言語では、ポインタを動かしながら処理を行う場合に以下 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>ポインタとメモリの使用効率</title>
		<link>https://www.ei.fukui-nct.ac.jp/2021/05/18/pointer-memory/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Mon, 17 May 2021 22:49:09 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[alloca]]></category>
		<category><![CDATA[LIFO]]></category>
		<category><![CDATA[ポインタ]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=9883</guid>

					<description><![CDATA[ポインタの加算と配列アドレス ポインタに整数値を加えることは、アクセスする場所が、指定された分だけ後ろにずれることを意味する。 // ポインタ加算の例 int a[ 5 ] = { 11 , 22 , 33 , 44 , [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>効率のよいメモリ使用と動的メモリ/スタック/malloc+free</title>
		<link>https://www.ei.fukui-nct.ac.jp/2020/06/01/dynamic-memory-stack-malloc-free/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Mon, 01 Jun 2020 07:08:28 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[alloca]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[スタック]]></category>
		<category><![CDATA[動的メモリ]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=8792</guid>

					<description><![CDATA[次にメモリの利用効率の話について解説する。 配列宣言でサイズは定数 C言語では、配列宣言を行う時は、本来ならば、配列サイズに変数を使うことはできない。 最近のC(C99)では、実は下記のようなものは、裏で後述のalloc [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>効率のよいメモリ使用と動的メモリ確保</title>
		<link>https://www.ei.fukui-nct.ac.jp/2019/05/21/memory-usage-2/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Tue, 21 May 2019 14:00:36 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[alloca]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[スタック]]></category>
		<category><![CDATA[メモリ使用効率]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=7455</guid>

					<description><![CDATA[次にメモリの利用効率の話について解説する。 配列宣言でサイズは定数 C言語では、配列宣言を行う時は、配列サイズに変数を使うことはできない。 最近のC(C99)では、実は下記のようなものは、裏で後述のalloca()を使っ [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
