← board

Fixed-static-arena allocator profile

Motivation

Allocator and managed-value tests currently need mmap/munmap/brk. A bare-metal / RTOS target has no such syscalls, so there must be a profile that runs entirely from a fixed static RAM region.

Scope

Acceptance

The managed-value / allocator regression set passes with the static-arena profile selected; no host syscalls used for heap.

Log