Searched refs:APPEND_PADDED_S (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | util.c | 336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() macro 515 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 524 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 533 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 542 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 554 APPEND_PADDED_S(buf, 1, width, left_justify); in malloc_vsnprintf() 562 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 571 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 591 #undef APPEND_PADDED_S in malloc_vsnprintf()
|