Searched refs:left_justify (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 348 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf() 357 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf() 415 bool left_justify = false; in malloc_vsnprintf() local 433 assert(!left_justify); in malloc_vsnprintf() 434 left_justify = true; in malloc_vsnprintf() 455 left_justify = true; in malloc_vsnprintf() 527 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 536 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 545 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 554 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() [all …]
|