// Copyright (c) 2023-present The Limenka Knots developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef LIMENKA_UTIL_MEMPRESSURE_H #define LIMENKA_UTIL_MEMPRESSURE_H #include extern size_t g_low_memory_threshold; bool SystemNeedsMemoryReleased(); #endif // LIMENKA_UTIL_MEMPRESSURE_H