availableBytes property

int availableBytes
final

Memory the app could still allocate without pressuring the system.

On iOS this is the jetsam headroom (os_proc_available_memory); on macOS it is derived from VM statistics (free + inactive + purgeable pages). Treat it as an honest approximation, not a guarantee.

Implementation

final int availableBytes;