//! CPU-GPU Memory Coordination
//!//! **Requires both `gpu` and `coordinator` features.**
//! This module bridges the CPU and GPU allocators.
pubmodunified_allocator;pubmodsync;pubmodbudget;pubuseunified_allocator::UnifiedAllocator;pubusesync::{CpuGpuBarrier, TransferDirection};pubusebudget::UnifiedBudgetManager;