Files
ghostty/include/ghostty
Uzair Aftab a5423592cd libghostty: use caller allocation on native freestanding
Native freestanding targets have neither an OS page allocator nor a usable default SMP allocator. Use the allocator supplied through libghostty for terminal page storage and make a missing C allocator fail with out-of-memory instead of instantiating hosted allocation machinery. Document that native freestanding C callers must supply an allocator for allocating operations.
2026-08-29 22:12:38 +02:00
..