Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DAllocatorFactory.h30 constexpr inline size_t DED_SIZE = (MAX_MEMORY_SIZE * 4) / 10; // 40 MiB variable
31 constexpr inline size_t SHARED_SIZE = MAX_MEMORY_SIZE - DED_SIZE; // 60 MiB
39 std::make_shared<PolicyAllocator<MemoryHeapBaseAllocator, SizePolicy<DED_SIZE>>>(); in getDedicated()
73 return wrapWithPolicySnooping<SizePolicy<DED_SIZE / CLIENT_BOUND>>(getDedicated(), in getClientAllocator()