Module xlang_abi::boxed

source ·
Expand description

Implementation of std::boxed::Box that uses the alloc::Allocator trait, and is ABI safe for all allocators

Structs

ABI Safe implementation of std::boxed::Box that uses the given Allocator to allocate and deallocate memory