Crate memory

Crate memory 

Source

Modules§

test
Test template for ManagerTrait implementations.
utilities

Macros§

implement_memory_manager_tests
Macro to implement all memory manager tests for a given ManagerTrait implementation.
instantiate_global_allocator
Macro to instantiate a global allocator using a Xila memory allocator.

Structs§

CapabilityFlags
Manager
A wrapper type that adapts any type implementing Allocator_trait to the standard Rust GlobalAlloc trait.
Protection
Represents memory protection flags.
RegionStatistics
Statistics

Traits§

Cache
ManagerTrait
Trait that defines the interface for memory allocators in the Xila system.
Protectable
Interface for implementing memory protection operations.

Functions§

get_instance

Type Aliases§

Layout