mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 16:47:29 +03:00
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). |
||
|---|---|---|
| .. | ||
| jemalloc | ||
| msvc_compat | ||