Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
316 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s() function
553 s = x2s(val, alt_form, *f == 'X', buf, &slen); in malloc_vsnprintf()
582 s = x2s(val, true, false, buf, &slen); in malloc_vsnprintf()