On Tue, Jul 1, 2025 at 6:56 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > On Tue, Jul 1, 2025 at 6:27 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote: > > > > Add `Guard::{insert,reserve}` and `Guard::{insert,reserve}_limit`, which > > are akin to `__xa_{alloc,insert}` in C. > > Who will be using this? i.e. we need to justify adding code, typically > by mentioning the users. Rust Binder does have a user for `reserve`. As for xa_alloc, Rust Binder may end up using it, but the current plan is to use Burak's bitmap work instead. Alice