NAME

TUI::Memory - Memory utilities for the TUI::Vision framework

SYNOPSIS

use TUI::Memory;

# Placeholder module.
# The full memory utility system will be migrated from TV::Memory.

DESCRIPTION

TUI::Memory provides memory-related utility functions for the TUI::Vision framework. In the original Turbo Vision architecture, this subsystem offered lightweight helpers for detecting low-memory conditions and performing diagnostic checks.

This module re-exported:

  • Util Utility functions such as lowMemory for memory monitoring.

This stub does not implement any of these features yet. It exists solely to reserve the namespace for the upcoming migration.

ROADMAP

  • Phase 2 Migration of TV::Memory::Util into TUI::Memory::Util.

  • Phase 3 Integration with TUI::Drivers for system-level memory checks.

  • Phase 4 Optional diagnostic hooks for TUI::Gadgets (HeapView).

AUTHOR

J. Schneider