htop/zfs
Christian Göttsche 436808ff99 Use RichString_appendnAscii where possible
`RichString_appendnAscii()` avoids a `strlen(3)` call over
` RichString_appendAscii()`.
Use the former where the length is available from a previous checked
`snprintf(3)` call.

Keep `RichString_appendAscii()` when passing a string literal and
rely on compilers to optimize the `strlen(3)` call away.
2021-04-26 17:51:45 +02:00
..
ZfsArcMeter.c Save text buffer in Meter 2021-03-04 23:57:45 +01:00
ZfsArcMeter.h Hold only a const version of the ProcessList in Meters 2020-10-26 19:30:38 +01:00
ZfsArcStats.h Update License consistently to GPLv2 as per COPYING file 2020-10-05 10:13:12 +02:00
ZfsCompressedArcMeter.c Use RichString_appendnAscii where possible 2021-04-26 17:51:45 +02:00
ZfsCompressedArcMeter.h Hold only a const version of the ProcessList in Meters 2020-10-26 19:30:38 +01:00