Files
mesa/src/asahi
Alyssa Rosenzweig c1d75c6e51 treewide: use BITSET_CALLOC
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>
2025-10-09 12:29:55 +00:00
..
2025-07-10 14:55:18 -04:00
2025-10-09 12:29:55 +00:00
2025-09-15 22:46:21 +00:00
2025-08-08 10:10:58 +00:00
2025-10-01 13:26:51 +00:00
2025-06-05 18:57:42 +00:00