Searched defs:MAX_CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance
55 #define MAX_CACHE_SIZE 10 macro
91 static constexpr size_t MAX_CACHE_SIZE = 16; variable
39 constexpr size_t MAX_CACHE_SIZE = 16; variable
28 const int32_t MAX_CACHE_SIZE = 16384; // cache data type is int16_t, so the max size is 32KB variable
27 static const size_t MAX_CACHE_SIZE = 16 * 1024 * 1024; // 16M variable