htop/darwin
Christian Göttsche 72df930241 DarwinProcessList: retry getting list of all processes on ENOMEM
The process count might change between the two sysctl() calls getting
the size and getting the data.

Retry (3 times) in case the data-retrieval sysctl() call fails with ENOMEM.

see http://mirror.informatimago.com/next/developer.apple.com/qa/qa2001/qa1123.html

Related: #118
2020-11-23 17:00:32 +01:00
..
DarwinProcess.c Rename virtual memory column from M_SIZE to M_VIRT 2020-11-21 19:39:45 +01:00
DarwinProcess.h DarwinProcess: mark local function static and sort includes 2020-11-17 21:50:38 +01:00
DarwinProcessList.c DarwinProcessList: retry getting list of all processes on ENOMEM 2020-11-23 17:00:32 +01:00
DarwinProcessList.h DarwinProcessList: mark local functions static and sort includes 2020-11-17 21:50:38 +01:00
Platform.c Merge branch 'cleanup-init-done' into master 2020-11-23 17:34:44 +11:00
Platform.h Minor cleanups to platform-specific init and done 2020-11-19 12:32:07 +11:00