<feed xmlns='http://www.w3.org/2005/Atom'>
<title>malloc/src/show_alloc_mem.c, branch master</title>
<subtitle>Dynamic memory allocation library in C</subtitle>
<id>http://git.tvcloud.fr/cgit.cgi/malloc/atom?h=master</id>
<link rel='self' href='http://git.tvcloud.fr/cgit.cgi/malloc/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/cgit.cgi/malloc/'/>
<updated>2026-02-27T11:16:47Z</updated>
<entry>
<title>Fix stale filename comment, const qualifier, and int-to-size_t casts</title>
<updated>2026-02-27T11:16:47Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-02-27T11:16:47Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/cgit.cgi/malloc/commit/?id=c950a0a70d37f962bbef66221ff0a23cad450195'/>
<id>urn:sha1:c950a0a70d37f962bbef66221ff0a23cad450195</id>
<content type='text'>
- test_preload.c: @file main.c -&gt; @file test_preload.c
- show_alloc_mem.c, test_preload.c: hex array -&gt; static const
- show_alloc_mem.c, test_preload.c, test_random.c: use size_t
  for sizeof-derived indices instead of casting to int
</content>
</entry>
<entry>
<title>Add show_alloc_mem and test_show, rename test to test_preload</title>
<updated>2026-02-27T10:04:07Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-02-27T10:04:07Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/cgit.cgi/malloc/commit/?id=8849d801b9d3767390e3e1ed6b562db738ac1bcb'/>
<id>urn:sha1:8849d801b9d3767390e3e1ed6b562db738ac1bcb</id>
<content type='text'>
Implement show_alloc_mem() to print all zones and allocations
by ascending address. Add test_show binary that links directly
against libft_malloc.so to exercise it.
</content>
</entry>
</feed>
