<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Real-Time Systems on Mez3n's Blog</title><link>https://mez3n.github.io/mez3n.blog/tags/real-time-systems/</link><description>Recent content in Real-Time Systems on Mez3n's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 14 Aug 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://mez3n.github.io/mez3n.blog/tags/real-time-systems/index.xml" rel="self" type="application/rss+xml"/><item><title>GSoC 2026 Final Report: Modular Heap Allocators and TLSF Integration in RTEMS</title><link>https://mez3n.github.io/mez3n.blog/posts/gsoc2026wrapup/</link><pubDate>Fri, 14 Aug 2026 12:00:00 +0000</pubDate><guid>https://mez3n.github.io/mez3n.blog/posts/gsoc2026wrapup/</guid><description>&lt;h1 id="gsoc-2026-final-report-modular-heap-allocators-and-tlsf-integration-in-rtems"&gt;GSoC 2026 Final Report: Modular Heap Allocators and TLSF Integration in RTEMS&lt;/h1&gt;
&lt;h2 id="project-summary"&gt;Project Summary&lt;/h2&gt;
&lt;p&gt;My Google Summer of Code 2026 project focused on making the RTEMS heap architecture modular and adding the &lt;a href="http://www.gii.upv.es/tlsf/"&gt;Two-Level Segregated Fit (TLSF)&lt;/a&gt; allocator as an alternative heap implementation. RTEMS (Real-Time Executive for Multiprocessor Systems) is a real-time operating system used in embedded and mission-critical systems.&lt;/p&gt;
&lt;p&gt;RTEMS currently uses its first-fit Heap Allocator for dynamic memory allocation. The goal of this project is to let RTEMS use different heap implementations through a common allocator interface without requiring application-level code to depend on a specific backend. TLSF was selected as the first alternative backend because it organizes free blocks using two-level size classes and bitmaps, allowing suitable blocks to be located without scanning a linear free list.&lt;/p&gt;</description></item></channel></rss>