pub trait LockedPageAllocator: AllocateLocked + FreeLocked + GetLimit { }
Expand description

| OS-dependent allocation and deallocation | of locked/pinned memory pages. | | Abstract base class. |

Implementors§