htop/freebsd
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii
RichString_writeFrom takes a top spot during performance analysis due to the
calls to mbstowcs() and iswprint().

Most of the time we know in advance that we are only going to print regular
ASCII characters.
2020-12-08 20:58:40 +01:00
..
FreeBSDProcess.c Split RichString_(append|appendn|write) into wide and ascii 2020-12-08 20:58:40 +01:00
FreeBSDProcess.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
FreeBSDProcessList.c Drop unused global ProcessList memory fields 2020-11-27 07:55:58 +01:00
FreeBSDProcessList.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
Platform.c FreeBSD: fix crash on empty environment 2020-12-05 20:34:23 +01:00
Platform.h Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00