mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Add a ghostty_alloc function that pairs with the existing ghostty_free, giving embedders a symmetric malloc/free-style API for buffer allocation through the libghostty allocator interface. Returns NULL on allocation failure.