Skip to main content

Module memory

Module memory 

Source
Expand description

Advanced GPU memory management for OxiGDAL.

This module provides sophisticated memory management strategies including memory pooling, staging buffer management, defragmentation, and VRAM budget tracking.

Structsยง

MemoryAllocation
A suballocation from the memory pool.
MemoryPool
GPU memory pool for efficient buffer reuse.
MemoryPoolConfig
Memory pool configuration.
MemoryStats
Memory allocation statistics.
StagingBufferManager
Staging buffer manager for efficient CPU-GPU transfers.
VramBudgetManager
VRAM budget manager to prevent out-of-memory errors.