Expand description
Support for memory protection around collection types.
Structs§
- Protected
Box - A
flex-alloc Box
container type which applies additional protections around the memory allocation. - Shielded
Box - A
flex-alloc Box
container type which applies additional protections around the allocated memory, and is encrypted when not currently being accessed.
Type Aliases§
- Secure
Box - 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.