CHERIoT-Platform/cheriot-rtos

Allocator: consider allocation _rate_ quotas as well

Open

#660 opened on Feb 9, 2026

 (1 comment) (0 reactions) (0 assignees)C++ (66 forks)auto 404
enhancementhelp wantedquestion

Repository metrics

Stars
 (163 stars)
PR merge metrics
 (PR metrics pending)

Description

Skimming https://dl.acm.org/doi/pdf/10.1145/3658644.3690246 got me thinking that we might want to be able to use quotas to rate-limit allocations. I'm not sure what policies would look like, and how we might concisely express them in a few bits of quota state, but it could be a fun thing to think about.

Contributor guide