jemalloc/include
Christoph Grüninger 300b58b49b 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-19 12:02:12 -04:00
..
jemalloc arena_s: Replace bin_t all_bins[0] by [] for C99 or newer 2026-05-19 12:02:12 -04:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00