<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Memory Allocator/tests, branch master</title>
<subtitle>Simple memory allocator for my operating systems class</subtitle>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/'/>
<entry>
<title>Added large scale stress test</title>
<updated>2025-11-02T23:30:08+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T23:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=dc2fdc649f7dad27da775c7e0b93b8195d313553'/>
<id>dc2fdc649f7dad27da775c7e0b93b8195d313553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Defined allocator behavior for 0 byte requests</title>
<updated>2025-11-02T23:29:20+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T23:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=11521b99661f969ba7adad9d2366108a1a001ab0'/>
<id>11521b99661f969ba7adad9d2366108a1a001ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ran clangtidy</title>
<updated>2025-11-02T22:57:53+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T22:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=f88198cb987ab006f3406698fec410ff1de05534'/>
<id>f88198cb987ab006f3406698fec410ff1de05534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added splitting and some basic testing for it</title>
<updated>2025-11-02T22:57:17+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T22:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=33be32d518e17c8f8971fa7c1fe09adcccd82a67'/>
<id>33be32d518e17c8f8971fa7c1fe09adcccd82a67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: added test to validate the emptying of the free list</title>
<updated>2025-11-02T22:52:13+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T22:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=d22ffffb379ebda21bf792bf18ed9e1324e8902b'/>
<id>d22ffffb379ebda21bf792bf18ed9e1324e8902b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>liballoc_tests: Added coalesce testing for free list</title>
<updated>2025-11-02T21:52:27+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T21:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=ba8728320cbda4ecb95ffe9d795f0121524e923f'/>
<id>ba8728320cbda4ecb95ffe9d795f0121524e923f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests of the integrity of the headers to alloction testing</title>
<updated>2025-11-02T21:49:31+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T21:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=f7325bf190db48ae8771947b0fcd25f0bba64679'/>
<id>f7325bf190db48ae8771947b0fcd25f0bba64679</id>
<content type='text'>
Zero all allocated memory and check the headers to ensure that
the sizes and/or magic numbers are still correct. This ensures that
the allocator isn't returning overlapping memory regions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zero all allocated memory and check the headers to ensure that
the sizes and/or magic numbers are still correct. This ensures that
the allocator isn't returning overlapping memory regions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added free list reuse test</title>
<updated>2025-11-02T21:08:39+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T21:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=5d8131a4240e4dab0e519bd3e29e3cabf5f09672'/>
<id>5d8131a4240e4dab0e519bd3e29e3cabf5f09672</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an interface to access free list and updated tests to use it</title>
<updated>2025-11-02T20:51:24+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T20:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=3d2b1b82bd1bf016d6fc5091bcec5c61bacabd70'/>
<id>3d2b1b82bd1bf016d6fc5091bcec5c61bacabd70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed debug print statement</title>
<updated>2025-11-02T20:38:02+00:00</updated>
<author>
<name>Douglas B. Rumbaugh</name>
<email>doug@douglasrumbaugh.com</email>
</author>
<published>2025-11-02T20:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.douglasrumbaugh.com/liballoc/commit/?id=0b9377ac378bdbcb37a45c6ad8b0763d9f2c891b'/>
<id>0b9377ac378bdbcb37a45c6ad8b0763d9f2c891b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
