Searched refs:MAX_MEMORY_SIZE (Results 1 – 1 of 1) sorted by relevance
29 constexpr inline size_t MAX_MEMORY_SIZE = 1024 * 1024 * 100; // 100 MiB variable30 constexpr inline size_t DED_SIZE = (MAX_MEMORY_SIZE * 4) / 10; // 40 MiB31 constexpr inline size_t SHARED_SIZE = MAX_MEMORY_SIZE - DED_SIZE; // 60 MiB