Give me all talks about memory usage/management ever made in wwdc in order from past to newest
Asked on 06/12/2025
1 search
Here are the talks about memory usage/management from WWDC, ordered from past to newest:
-
Analyze Heap Memory (WWDC 2024)
- This session focuses on heap memory, covering topics such as measuring heap usage, dealing with transient and persistent growth, fixing memory leaks, and improving runtime performance. It provides insights into tools like Xcode's memory graph debugger and Malloc stack logging for memory analysis. You can explore the session in detail through its chapters:
-
Optimize CPU Performance with Instruments (WWDC 2025)
- While primarily focused on CPU performance, this session also touches on memory management as part of optimizing software overheads. It emphasizes the importance of measuring and addressing software runtime overheads before focusing on CPU bottlenecks. The session includes a recap of the discussed topics:
These sessions provide a comprehensive look at memory management techniques and tools available for developers to optimize their applications.

Analyze heap memory
Dive into the basis for your app’s dynamic memory: the heap! Explore how to use Instruments and Xcode to measure, analyze, and fix common heap issues. We’ll also cover some techniques and best practices for diagnosing transient growth, persistent growth, and leaks in your app.

Optimize CPU performance with Instruments
Learn how to optimize your app for Apple silicon with two new hardware-assisted tools in Instruments. We’ll start by covering how to profile your app, then dive deeper by showing every single function called with Processor Trace. We’ll also discuss how to use CPU Counters’ modes to analyze your code for CPU bottlenecks.

Platforms State of the Union
Discover the newest advancements on Apple platforms.