Expand description
Memory discovery, budgeting, reservation, and reporting for laddu.
Structs§
- Device
Identity - Stable information used to match a runtime accelerator to platform telemetry.
- Memory
Decision - One memory-derived execution decision.
- Memory
Lease - A live memory reservation. Clones share one reservation.
- Memory
Plan - Host and optional accelerator budgets for one execution.
- Memory
Pool - A resolved, reservable limit within one physical resource.
- Memory
Pool Report - Report for one resolved pool.
- Memory
Report - Report covering all resources in a
MemoryState. - Memory
Resource - Snapshot of one physical memory resource.
- Memory
Resource Report - Report for one physical resource.
- Memory
State - Live resource discovery and process-wide laddu reservation state.
- Process
Memory Report - Sampled operating-system memory counters for the current process.
Enums§
- Capacity
Source - The basis used to obtain a resource’s capacity information.
- Memory
Budget - A requested memory limit.
- Memory
Error - Errors produced while discovering or reserving memory.
- Memory
Resource Kind - Kind of physical memory resource.
Type Aliases§
- Memory
Result - Result type for memory planning operations.