sonisuman / Memory-Management

Memory management in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory-Management in Swift

  1. The bits and bytes of Ints in Swift.

  2. How they're placed in memory.

  3. How to manipulate those bits.

  4. How memory is laid out.

  5. How to use pointers to interact with C code.

  6. MemoryLayout and UnsafePointers in Swift.

About

Memory management in Swift


Languages

Language:Swift 84.4%Language:C 13.2%Language:Objective-C 2.4%