Searched refs:APPEND_PADDED_S (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/src/ |
D | malloc_io.c | 344 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() macro 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() 566 APPEND_PADDED_S(buf, 1, width, left_justify); in malloc_vsnprintf() 574 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 583 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 604 #undef APPEND_PADDED_S in malloc_vsnprintf()
|
/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()
|