#[derive(Recyclable)]Expand description
Derive macro to implement Recyclable for a struct using kalloc::Box.
This assumes the object was allocated using kalloc::Box (e.g., via UniquePtr::try_new).
#[derive(Recyclable)]Derive macro to implement Recyclable for a struct using kalloc::Box.
This assumes the object was allocated using kalloc::Box (e.g., via UniquePtr::try_new).