On Fri May 12 14:10:24 2023 +0000, Rémi Bernon wrote:
Why is this needed? I think it could perhaps safely be HEAP_MIN_BLOCK_SIZE, but this 4*BLOCK_ALIGN looks very arbitrary.
Nevermind, I think I see now, it is consistent with the line below which is used to fake an uncommitted range.
Would you mind changing both line to be `commit_end - 4 * BLOCK_ALIGN - (char *)...`, so that they look more consistent?