Structs§
- PyAlloc
- A python class that wraps a Rust Alloc trait object. It represents what is shown on the python side. Internals are not exposed. It ensures that the Alloc is only used once (i.e. moved) in rust.
- PyAlloc
Constraints - PyAlloc
Spec - PyLocal
Allocator - PyProcess
Allocator - PyRemote
Allocator - PyRemote
Process Alloc Initializer - A
[hyperactor_mesh::alloc::RemoteProcessAllocInitializer]wrapper to enable subclassing from Python.