<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/users/cem/toxicos.git/src/include/mm/heap.h, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/'/>
<entry>
<title>Add a simple heap implementation</title>
<updated>2025-09-14T10:56:39+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-09-14T10:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=e79687494bc3b01f42a79b0c355533e6e39e9a9d'/>
<id>e79687494bc3b01f42a79b0c355533e6e39e9a9d</id>
<content type='text'>
Add a simple API implementing a heap memory area.

This specifies 2 main data structures:
	struct heap - Defines a heap:
		Holds a table with all entries in the specific heap and
		the initial heap memory address

	struct heap_table - Describes the usage state of every PAGE
			    within the specific heap.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a simple API implementing a heap memory area.

This specifies 2 main data structures:
	struct heap - Defines a heap:
		Holds a table with all entries in the specific heap and
		the initial heap memory address

	struct heap_table - Describes the usage state of every PAGE
			    within the specific heap.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
</feed>
