Home
last modified time | relevance | path

Searched refs:MAX_MEMORY_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DAllocatorFactory.h29 constexpr inline size_t MAX_MEMORY_SIZE = 1024 * 1024 * 100; // 100 MiB variable
30 constexpr inline size_t DED_SIZE = (MAX_MEMORY_SIZE * 4) / 10; // 40 MiB
31 constexpr inline size_t SHARED_SIZE = MAX_MEMORY_SIZE - DED_SIZE; // 60 MiB