Searched defs:MAX_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
111 static constexpr size_t MAX_POOL_SIZE = (sizeof(void *) > 4) ? 1_GB : 64_MB; variable
170 static constexpr size_t MAX_POOL_SIZE = 256 * MINIMAL_POOL_SIZE; variable
176 static constexpr size_t MAX_POOL_SIZE = 256U * MINIMAL_POOL_SIZE; in TEST_F() local