On Mon Aug 17, 2026 at 12:54 PM CEST, Gary Guo wrote: > IMO we can just support zero-sized allocation by always succeeding, similar to > how ZST allocation is handled in memory allocation.
Probably, but in contrast to ZST allocations it wouldn't be very useful, so we'd silently succeed on something that never was a reasonable argument in the first palce.
