<?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>IT&#38;C Solutions &#187; Heap</title>
	<atom:link href="http://www.itcsolutions.eu/tag/heap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tutorial Java &#8211; #9 Managementul memoriei, Garbage Collector si memory leaks</title>
		<link>http://www.itcsolutions.eu/2011/02/10/tutorial-java-9-managementul-memoriei-garbage-collector-si-memory-leaks/</link>
		<comments>http://www.itcsolutions.eu/2011/02/10/tutorial-java-9-managementul-memoriei-garbage-collector-si-memory-leaks/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 08:40:19 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Heap]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=2095</guid>
		<description><![CDATA[Inca din primele zile ale programarii (prin limbajele masina &#8211; assembler), o problema importanta de performanta a fost si inca este, dimensiunea spatiului de memorie disponibil si modul de gestiune al acestuia. In ciuda faptului ca astazi tehnologia hardware ofera resurse mari de memorie virtuala, Random Access Memory, dezvoltatorii de software trebuie sa acorde atentie [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2011/02/10/tutorial-java-9-managementul-memoriei-garbage-collector-si-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial Java &#8211; #9 Garbage collection and memory leaks</title>
		<link>http://www.itcsolutions.eu/2011/02/08/tutorial-java-9-garbage-collection-and-memory-leaks/</link>
		<comments>http://www.itcsolutions.eu/2011/02/08/tutorial-java-9-garbage-collection-and-memory-leaks/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 23:38:51 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Heap]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=2081</guid>
		<description><![CDATA[Since the first days of computer programs, one important performance issue was the and still is the amount of used memory. Despite the fact that today the hardware technology provide large amounts of Random Access Memory, software developers must pay attention to how they manage the application memory because they can implement wrong solutions that [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2011/02/08/tutorial-java-9-garbage-collection-and-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial Java &#8211; #8 Stiva metodelor si memoria Heap</title>
		<link>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-stiva-metodelor-si-memoria-heap/</link>
		<comments>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-stiva-metodelor-si-memoria-heap/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 16:54:45 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Stack]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=2074</guid>
		<description><![CDATA[Pentru a avea o intelegere profunda a progamarii orientate obiect in Java sau in orice alt limbaj orientat obiect (cum ar fi C #),trebuie sa stii cum sunt gestionate lucurile intern de catre procesul Java si de JVM (Java Virtual Machine). Desigur, sintaxa si  implementare principiilor POO (Programare Orientata Obiect) in Java sunt importante, dar [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-stiva-metodelor-si-memoria-heap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial Java &#8211; #8 Understand Stack and Heap</title>
		<link>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-understand-stack-and-heap/</link>
		<comments>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-understand-stack-and-heap/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 10:43:46 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Garbage Collector]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Stack]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=2063</guid>
		<description><![CDATA[In order to have a deep understanding of the Object Oriented Programming in Java or any other OOP language (like C#) you must know how things are managed internally by the Java process and by the JVM. Of course Java syntax and Java implementations of OOP principles are important but you will have a more [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2011/02/06/tutorial-java-8-understand-stack-and-heap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to: Optimize the Memory Space by Heap Memory Allocation in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/</link>
		<comments>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:02:55 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Optimizare]]></category>
		<category><![CDATA[Pointer]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=915</guid>
		<description><![CDATA[Memory allocation at the applications run-time enables the use of a storage space, expressed in number of bytes, having the size of heap memory required for data storing defined by the variables. Compile-time allocation allows the reservation and use of storage space with predefined size expressed in number of bytes. In this situation, software developers [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Apply the Arithmetic of Pointers and Access the Areas of Heap Memory in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:00:23 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Caracter]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=854</guid>
		<description><![CDATA[Areas of heap memory are accessed via variables of pointer type [...]. This kind of variable manages values of memory address type. Arithmetic of pointers [...] involves the operators use to access the areas of heap memory. Allocating of heap memory areas is done by functions and/or operators implemented in programming language. In the below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradul de optimizare a spatiului de memorie prin alocarea dinamica a memoriei in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:10:47 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Optimizare]]></category>
		<category><![CDATA[Pointer]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=590</guid>
		<description><![CDATA[Alocarea de memorie la momentul executiei unei aplicatii permite utilizarea unui spatiu de memorie, exprimat in numar de bytes, cu exact dimensiunea de memorie heap necesara pentru stocarea datelor definite prin intermediul variabilelor. Alocarea la momentul compilarii permite rezervarea si utilizarea unui spatiu de memorie cu dimensiune predefinita, exprimata in numar de bytes. In aceasta [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definirea si utilizarea variabilelor de tip pointer in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:01:44 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=563</guid>
		<description><![CDATA[Variabilele de tip pointer permit accesarea de zone de memorie cu continut numeric pentru gestionarea valorilor ce reprezinta adrese de memorie. Dimensiunea unei variabile pointer depinde de arhitectura procesorului. In limbajul de programare C++, sablonul de definire a unei variabile pointer este: TipData *Den_VarPointer; Exemple: int *pi;//pointer la tipul int char **ppc;//pointer la tipul char* [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aritmetica de pointeri si accesarea zonelor de memorie heap in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/</link>
		<comments>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:28:01 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Caracter]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=552</guid>
		<description><![CDATA[Zonele de memorie heap sunt accesate prin intermediul variabilelor de tip pointer [...]. Acest tip de variabile gestioneaza valori de tip adresa de memorie. Aritmetica de pointeri [...] presupune utilizarea operatorilor pentru accesarea zonelor de memorie heap. Alocarea zonelor de memorie heap se realizeaza prin functii si/sau operatori implementati la nivel de limbaj de programare. [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

