xserver/hw/xfree86/modes
Enrico Weigelt, metux IT consult 2ad73189b4 xfree86: use calloc() instead of malloc()
Using calloc() instead of malloc() as preventive measure, so there
never can be any hidden bugs or leaks due uninitialized memory.

The extra cost of using this compiler intrinsic should be practically
impossible to measure - in many cases a good compiler can even deduce
if certain areas really don't need to be zero'd (because they're written
to right after allocation) and create more efficient machine code.

The code pathes in question are pretty cold anyways, so it's probably
not worth even thinking about potential extra runtime costs.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-22 18:59:05 +02:00
..
meson.build xfree86: Move xf86CVTMode() function 2021-08-06 11:29:29 +00:00
xf86Crtc.c xfree86: ddc: move private definitions from xf86DDC.h to xf86DDC_priv.h 2025-02-06 23:51:34 +00:00
xf86Crtc.h render: drop obsolete macros pict_f_transform and pict_f_vector 2024-03-03 22:54:16 +00:00
xf86Cursors.c xfree86: use calloc() instead of malloc() 2025-05-22 18:59:05 +02:00
xf86DiDGA.c xfree86: common: move non-exported funcs from dgaproc.h to separate header 2024-02-29 10:27:08 +00:00
xf86EdidModes.c xfree86: ddc: move private definitions from xf86DDC.h to xf86DDC_priv.h 2025-02-06 23:51:34 +00:00
xf86Modes.c treewide: replace xnfstrdup() calls by XNFstrdup() 2024-07-26 23:41:34 +00:00
xf86Modes.h Eliminate the use of xf86Rename.h 2013-04-24 10:22:20 -07:00
xf86RandR12.c xfree86: use calloc() instead of malloc() 2025-05-22 18:59:05 +02:00
xf86RandR12.h xfree86: modes: move private definitions out of from xf86RandR12.h 2025-02-06 23:51:33 +00:00
xf86RandR12_priv.h xfree86: modes: move private definitions out of from xf86RandR12.h 2025-02-06 23:51:33 +00:00
xf86Rotate.c xfree86: use calloc() instead of malloc() 2025-05-22 18:59:05 +02:00
xf86gtf.c treewide: replace xnfcalloc() calls by XNFcallocarray() 2024-07-26 23:41:33 +00:00