jemalloc/include
Christoph Grüninger 71a029b910 arena_s: Replace bin_t all_bins[0] by [] for C99 or newer
Zero-sized arrays are not allowed by ISO C.
C99 introduced a way to express this.
Type-checking fails, because all_bins is asigned malloced
storage of length > 0.
Found by GCC and Clang (-Wpedantic).
2026-05-17 22:30:47 +02:00
..
jemalloc arena_s: Replace bin_t all_bins[0] by [] for C99 or newer 2026-05-17 22:30:47 +02:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00