Apple · Filed Apr 10, 2026 · Published Aug 27, 2026 · verified — real USPTO data

Apple Patents a Chip That Frees Stuck Memory Automatically When Apps Stall

When your phone's processor runs dozens of tasks at once, it can run out of the small memory slots each task needs, and slow to a crawl. Apple's newest patent describes a chip circuit that watches those slots in real time and takes them back from tasks that aren't using them.

Memory portions for different tasks are dynamically allocated and freed to ensure efficient use of hardware resources. Drawing from patent filing US 2026/0252387 A1.
Memory portions for different tasks are dynamically allocated and freed to ensure efficient use of hardware resources.
See all 7 drawings from this filing ↓
Publication number US 2026/0252387 A1
Applicant Apple Inc.
Filing date Apr 10, 2026
Publication date Aug 27, 2026
Inventors Mark D. Earl, Dimitri Tan, Christopher L. Spencer, Jeffrey T. Brady, Ralph C. Taylor, Terence M. Potter
CPC classification 718/104
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 21, 2026)
Parent application is a Continuation of 17240406 (filed 2021-04-26)
Document 21 claims

What Apple's thread memory reclaiming chip actually does

Imagine your phone is juggling 20 apps at once and the chip inside starts running low on the tiny memory compartments each task needs to do its work. Instead of grinding to a halt or dropping tasks, the chip just stalls and waits, which you feel as lag.

Apple's patent describes a management circuit built into the chip that tracks every task's status using a short ID tag. When the chip is running low on a type of memory compartment, the circuit scans those tags, identifies tasks that can safely give their compartments back, and reclaims them, all without you doing anything.

The result is that fewer tasks get stuck waiting, and the chip keeps moving. It's the kind of housekeeping that happens hundreds of millions of times per second inside a processor, and doing it well means your phone stays quick even when it's under pressure.

From the filing · THE ABSTRACT
In response to determining that fewer than a respective requested number of one or more types of the hardware resources are available, the resource allocation management circuit may identify one or more threads for deallocation.

Translation: When the system runs low on memory, it automatically picks specific tasks to shut down to free up space.

How Apple's circuit tracks state IDs to free stuck memory

At the hardware level, a modern processor chip runs many threads simultaneously. A thread is just a unit of work: one frame of a video, one network request, one line of code being executed. Each thread needs its own small pockets of fast memory called registers to hold the numbers it's working with.

The problem is that registers are scarce. If a thread requests registers that aren't available, it stalls. Apple's patent introduces a resource allocation management circuit that sits above the individual allocation units and coordinates across them. It tracks which registers each thread holds using state identification values (short tags that reflect what stage of execution a thread is in, essentially a fingerprint of where the thread is in its lifecycle).

When a new thread requests registers and the chip is short:

  • The management circuit checks the state ID tags of all active threads.
  • It identifies threads that are in a state where their registers can be safely taken back (for example, threads that are waiting on something external and not actively computing).
  • It deallocates registers from the fewest possible threads, freeing up exactly what's needed.

The key efficiency gain is that the circuit targets fewer threads for deallocation than a simpler system would, because it uses the state tags to pick the right candidates rather than evicting threads at random or in bulk.

What this means for iPhone chip performance under load

For you as a user, this kind of improvement shows up as the absence of something annoying: the brief freeze when you switch apps, the stutter mid-game, the moment a video call drops quality because the processor got backed up. A chip that manages its own internal memory more precisely stays ahead of those bottlenecks instead of reacting to them after the fact.

For Apple, it fits a clear pattern of pushing chip efficiency inward rather than simply adding more hardware. The Apple Silicon series already leads in performance per watt, and patents like this one suggest the company is refining the scheduling logic that keeps all those cores fed and moving. Coverage of new Big Tech patents in chip architecture shows Apple filing steadily in this area, which points to real engineering investment rather than a one-off idea.

Apple's fourth filing we've tracked in the AI chip wars since August builds on earlier work like juggling multiple tasks and a three-chip wake-up system.

Editorial take

The average person will never see this circuit, but they feel its absence every time a phone hiccups under load. A chip that reclaims its own memory precisely and quickly is one that keeps apps responsive when they're competing for resources, which is exactly when you need the phone to perform.

The state-ID tracking approach is a meaningful detail. Simpler systems either stall threads until memory frees up on its own, or they evict threads aggressively and waste the work already done. Targeting threads by execution state means the chip is making an informed choice rather than a brute-force one.

This is a deep internal chip patent, so grant timelines are long and the real payoff will show up years from now in silicon, not in a press release. But the engineering logic is sound and directly tied to a problem that gets worse as chips run more threads in parallel.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

7 drawing sheets from US 2026/0252387 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.