mikhailramalho wrote: > Maybe replace with `3 * (SIZE_MAX / 4)` and `SIZE_MAX / 4` IIRC and the issue is the overflow? alright, trying to set the guard size to `3 * (SIZE_MAX / 4)` also fails in 32-bit systems. https://github.com/llvm/llvm-project/pull/66564