Skip to content

Buddy alloc#118

Draft
wojciechozga wants to merge 2 commits intomainfrom
buddy_alloc
Draft

Buddy alloc#118
wojciechozga wants to merge 2 commits intomainfrom
buddy_alloc

Conversation

@wojciechozga
Copy link
Member

Replace linked-list allocator with buddy allocator for formal verification and real-time safety

Overview

This PR replaces the temporal linked-list heap allocator with a buddy allocator system designed specifically for:

  • Formal verification in safety-critical TEE environments
  • Real-time systems with bounded latency requirements
  • Zero external fragmentation through deterministic coalescing

Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
@wojciechozga wojciechozga marked this pull request as draft March 23, 2026 13:38
@wojciechozga wojciechozga self-assigned this Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant