Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
Loading...
Searching...
No Matches
IMemoryProvider.h File Reference

Abstract interface for platform-specific memory management. More...

Classes

class  IMemoryProvider

Detailed Description

Abstract interface for platform-specific memory management.

This interface allows the engine to work with different MCU memory systems without hardcoded platform-specific code. Implementations handle:

  • ESP32: PSRAM via heap_caps
  • RP2040: Standard malloc (no external RAM)
  • Desktop: Standard malloc