Aria

A low-level systems programming language
git clone git://git.m21c.me/Aria.git
Log | Files | Refs | README | LICENSE

commit 691f3fff59d7fb96c9c19fae03055f617f8f15b9
parent 3a3040d32761fefc3411f4a632546c69d566aa2a
Author: m21c <ho*******@gmail.com>
Date:   Tue, 16 Jun 2026 11:28:20 +0200

note on getalloc()

Diffstat:
Mcompiler.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/compiler.c b/compiler.c @@ -995,6 +995,7 @@ myallocimpl(MemArena *arena, size_t elemsize) return bitcast.out; } +/* @note for debugging */ static void * getalloc(MemArena *arena, size_t index) {