mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 23:18:12 +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>
|
||
|---|---|---|
| .. | ||
| ci | ||
| clc | ||
| compiler | ||
| drm-shim | ||
| genxml | ||
| isa | ||
| layout | ||
| lib | ||
| libagx | ||
| vulkan | ||
| .clang-format | ||
| meson.build | ||