Expand description
XArray abstraction.
C header: include/linux/xarray.h
Structs§
- Guard
- A lock guard.
- Store
Error - The error returned by
store
. - XArray
- An array which efficiently maps sparse integer indices to owned objects.
Enums§
- Alloc
Kind - Flags passed to
XArray::new
to configure the array’s allocation tracking behavior.