DEV Community

Discussion on: Type-Aware Memory Allocation: The Secret Weapon Against Memory Corruption in iOS

Collapse
 
arshtechpro profile image
ArshTechPro

the main allocators
kalloc_type - Kernel-level secure allocator (iOS 15+)
xzone malloc (XZM) - User-level secure allocator (iOS 17+)
ibpas - WebKit's allocator for browser security