Files
nvtop/include
Maxime Schmitt fd174b46ec Linear realloc strategy
- Change from exponential to linear realloc strategy.

There are not too many processes running on the GPUs, incrementing the
process buffer by increments of 16 is more reasonable.

Similarly for DRM file descriptors, there are usually 2-4 of them open
at one time by one process. Increment of 8 should cover most cases.

- Share the PID buffer for DRM FDs while scanning processes to avoid
unnecessary allocations.

- Exit the program if reallocarray fails
2022-05-15 14:40:08 +02:00
..
2022-05-15 14:40:08 +02:00
2021-05-15 17:17:29 +02:00
2021-05-11 21:47:46 +02:00