jemalloc/include
Dmitry Ilvokhin b66f689764 Emit long string values without truncation
There are few long options (`bin_shards` and `slab_sizes` for example)
when they are specified and we emit statistics value gets truncated.

Moved emitting logic for strings into separate `emitter_emit_str`
function. It will try to emit string same way as before and if value is
too long will fallback emiting rest partially with chunks of `BUF_SIZE`.

Justification for long strings (longer than `BUF_SIZE`) is not
supported.
2024-07-29 13:58:31 -07:00
..
jemalloc Emit long string values without truncation 2024-07-29 13:58:31 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00