Searched refs:u2s (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 58 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s, 235 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s() function 283 s = u2s(x, 10, false, s, slen_p); in d2s() 306 s = u2s(x, 8, false, s, slen_p); in o2s() 317 s = u2s(x, 16, uppercase, s, slen_p); in x2s() 544 s = u2s(val, 10, false, buf, &slen); in malloc_vsnprintf()
|