<feed xmlns='http://www.w3.org/2005/Atom'>
<title>foollib/MemoryManager.c, branch bigint</title>
<subtitle>A collection of C99 utilities</subtitle>
<id>https://git.syndamia.com/repo/foollib/atom?h=bigint</id>
<link rel='self' href='https://git.syndamia.com/repo/foollib/atom?h=bigint'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/'/>
<updated>2026-05-12T04:08:56Z</updated>
<entry>
<title>feat(MemoryManager): Implement global M_STD</title>
<updated>2026-05-12T04:08:56Z</updated>
<author>
<name>Syndamia</name>
<email>kamen@syndamia.com</email>
</author>
<published>2026-04-30T08:04:29Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/commit/?id=8eb996ccb042a9ddb0c69ca1d7083c431f6e03b0'/>
<id>urn:sha1:8eb996ccb042a9ddb0c69ca1d7083c431f6e03b0</id>
<content type='text'>
This is useful in case you don't want to use a specific memory manager.
Anywhere you've included a feature, which uses memory manager, you can
always provide M_STD without having to create (and manage) your own
value.
</content>
</entry>
<entry>
<title>feat(MemoryManager): Implement M_std_tracked</title>
<updated>2026-05-12T04:08:56Z</updated>
<author>
<name>Syndamia</name>
<email>kamen@syndamia.com</email>
</author>
<published>2026-04-30T06:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/commit/?id=58374e851737e1bcbc697af9e14d630be66e1f4f'/>
<id>urn:sha1:58374e851737e1bcbc697af9e14d630be66e1f4f</id>
<content type='text'>
Functions like M_std, but also tracks allocated and freed memory,
allowing all allocated memory to be destroyed.
</content>
</entry>
<entry>
<title>feat: Implement hash table</title>
<updated>2026-05-12T04:08:56Z</updated>
<author>
<name>Syndamia</name>
<email>kamen@syndamia.com</email>
</author>
<published>2026-04-28T14:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/commit/?id=e97bc661483173c23f26880ffef50d02955e73da'/>
<id>urn:sha1:e97bc661483173c23f26880ffef50d02955e73da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Add safety checks and clean up code style</title>
<updated>2026-05-12T04:08:56Z</updated>
<author>
<name>Syndamia</name>
<email>kamen@syndamia.com</email>
</author>
<published>2026-04-28T11:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/commit/?id=a619dd631c367d60a06a28e81fec634c7d827308'/>
<id>urn:sha1:a619dd631c367d60a06a28e81fec634c7d827308</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat!: Refactor using MemoryManager</title>
<updated>2026-05-12T04:08:56Z</updated>
<author>
<name>Syndamia</name>
<email>kamen@syndamia.com</email>
</author>
<published>2026-04-28T11:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/repo/foollib/commit/?id=0d249b1d47a7f84cfe5f09ad070d1affd26566da'/>
<id>urn:sha1:0d249b1d47a7f84cfe5f09ad070d1affd26566da</id>
<content type='text'>
The idea is to provide a universal memory management "API", through
which you allocate and deallocate. This allows our implementations (for
String and Vector) to be more generic.

It does also allow usage of different allocators depending on situation.
</content>
</entry>
</feed>
