[][src]Constant unsafety::IMPLEMENTS_MEMORY_MANAGER

pub const IMPLEMENTS_MEMORY_MANAGER: UnsafeReason;

The unsafe code is part of the implementation of a memory manager, such as a heap or a page table. This is distinct from ImplementsContainer because a container implementation uses a memory manager, but is not part of the implementation of a memory manager.