Module boxed

Source
Expand description

Support for memory protection around collection types.

Structs§

ProtectedBox
A flex-alloc Box container type which applies additional protections around the memory allocation.
ShieldedBox
A flex-alloc Box container type which applies additional protections around the allocated memory, and is encrypted when not currently being accessed.

Type Aliases§

SecureBox
A flex-alloc Box which is backed by a secured allocator and keeps its contents in physical memory. When released, the allocated memory is securely zeroed.