Searched defs:BUFFER_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
25 constexpr const size_t BUFFER_MAX_SIZE = 256 * 1024; variable
31 constexpr size_t BUFFER_MAX_SIZE = 1024 * 1024; variable
114 constexpr static int32_t BUFFER_MAX_SIZE = 50 * 1024 * 1024; variable
24 #define BUFFER_MAX_SIZE (1 * 256 * 1024) macro