Home
last modified time | relevance | path

Searched defs:alt_form (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dutil.c293 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
404 bool alt_form = false; in malloc_vsnprintf() local