mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
Algorithmically, a size greater than 1024 ZB could access one-past-the-end of the sizes array. This couldn't really happen since SIZE_MAX is less than 1024 ZB on all platforms we support (and we pick the arguments to this function to be reasonable anyways), but it's not like there's any reason *not* to fix it, either. |
||
|---|---|---|
| .. | ||
| fill_flush.c | ||
| hookbench.c | ||
| large_microbench.c | ||
| microbench.c | ||
| sizes.c | ||