Expand description
Session-scoped memory allocation for host-side buffers.
Structs§
- Default
Host Allocator - Default host allocator.
- Memory
Session - Session-scoped memory configuration for Vortex arrays.
- Writable
Host Buffer - Exact-size writable host buffer returned by a
HostAllocator.
Traits§
- Host
Allocator - Allocator for exact-size writable host buffers.
- Host
Allocator Ext - Extension methods for
HostAllocators. - Host
Buffer Mut - Mutable host buffer contract used by
WritableHostBuffer. - Memory
Session Ext - Extension trait for accessing session-scoped memory configuration.
Type Aliases§
- Host
Allocator Ref - Shared allocator reference used throughout session-scoped memory APIs.