Skip to main content

Module memory

Module memory 

Source
Expand description

Session-scoped memory allocation for host-side buffers.

Structs§

DefaultHostAllocator
Default host allocator.
MemorySession
Session-scoped memory configuration for Vortex arrays.
WritableHostBuffer
Exact-size writable host buffer returned by a HostAllocator.

Traits§

HostAllocator
Allocator for exact-size writable host buffers.
HostAllocatorExt
Extension methods for HostAllocators.
HostBufferMut
Mutable host buffer contract used by WritableHostBuffer.
MemorySessionExt
Extension trait for accessing session-scoped memory configuration.

Type Aliases§

HostAllocatorRef
Shared allocator reference used throughout session-scoped memory APIs.