Files
xserver/randr
Enrico Weigelt, metux IT consult 972dbf7bfd randr: ProcRRGetProviders(): use stack for tiny temporary buffer
The reply payload buffer is very small and short-lived, so we can easily
use a local dynamic array for that, thus saving an extra heap alloc/free.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-08-29 11:35:07 +02:00
..