Module xarray

Source
Expand description

XArray abstraction.

C header: include/linux/xarray.h

Structs§

Guard
A lock guard.
StoreError
The error returned by store.
XArray
An array which efficiently maps sparse integer indices to owned objects.

Enums§

AllocKind
Flags passed to XArray::new to configure the array’s allocation tracking behavior.