20#ifndef DETERMINISTICESPASYNCWEBSERVER_PSRAM_POOL_H
21#define DETERMINISTICESPASYNCWEBSERVER_PSRAM_POOL_H
27#if DETWS_ENABLE_PSRAM_POOL
30enum class DetwsPlace : uint8_t
52DetwsPlace detws_psram_place(
size_t size,
bool dma_required,
size_t free_dram,
size_t free_psram,
53 size_t psram_threshold,
size_t dram_reserve);
62void detws_pingpong_init(PingPong *pp);
65uint8_t detws_pingpong_fill_index(
const PingPong *pp);
68uint8_t detws_pingpong_drain_index(
const PingPong *pp);
71uint8_t detws_pingpong_swap(PingPong *pp);
User-facing configuration for DeterministicESPAsyncWebServer.