CHORE: Remove all references to deprecated NSMallocZone/NSFreeZone (and family)
Author: mszoekCreated Aug 15, 2026Updated Aug 15, 2026
LabelsFoundation
Zones aren't used in 64-bit macOS (or iOS) and these functions are long deprecated. We should translate them to plain malloc()/free()/posix_memalign() calls.
Source: ravynsoft/ravynos