Fix bug where mprotect calls don't match the arena cap increase
(https://github.com/olemorud/arena-allocator/issues/1)
Handle syscall errors in arena_new()
Check for syscall errors in arena_delete() and switch from void to int
to return error status.