Fix arena_tail_realloc memory bug
`arena_realloc_tail` exceeding PAGE_SIZE would create a big page, preceeding calls to `arena_realloc_tail` would then cause memory bugs.
This commit is contained in:
Reference in New Issue
Block a user
`arena_realloc_tail` exceeding PAGE_SIZE would create a big page, preceeding calls to `arena_realloc_tail` would then cause memory bugs.