Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c57 #define U2S_BUFSIZE ((1U << (LG_SIZEOF_INTMAX_T + 3)) + 1) macro
60 #define D2S_BUFSIZE (1 + U2S_BUFSIZE)
62 #define O2S_BUFSIZE (1 + U2S_BUFSIZE)
64 #define X2S_BUFSIZE (2 + U2S_BUFSIZE)
238 i = U2S_BUFSIZE - 1; in u2s()
272 *slen_p = U2S_BUFSIZE - 1 - i; in u2s()
541 char buf[U2S_BUFSIZE]; in malloc_vsnprintf()