Searched refs:KSMAX (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | malloc_io.c | 24 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL) in TEST_BEGIN() macro 37 {"-42", "", 0, ERR(0), KSMAX(-42)}, in TEST_BEGIN() 40 {"-042", "", 0, ERR(0), KSMAX(-042)}, in TEST_BEGIN() 43 {"-0x42", "", 0, ERR(0), KSMAX(-0x42)}, in TEST_BEGIN() 80 #undef KSMAX in TEST_BEGIN()
|