mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 22:18:18 +02:00
Via Coccinelle patch:
@@
expression count;
type T;
@@
-calloc(BITSET_WORDS(count), sizeof(T))
+BITSET_CALLOC(count)
@@
expression count;
type T;
@@
-calloc(sizeof(T), BITSET_WORDS(count))
+BITSET_CALLOC(count)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37779>
|
||
|---|---|---|
| .. | ||
| drivers | ||
| generate | ||
| main | ||
| wayland | ||
| .clang-format | ||
| egl-entrypoint-check.py | ||
| egl-glvnd-symbols.txt | ||
| egl-glvnd.sym | ||
| egl-symbols.txt | ||
| egl.sym | ||
| meson.build | ||