--- deliantra/server/include/util.h 2018/12/20 04:40:15 1.132 +++ deliantra/server/include/util.h 2022/10/08 21:54:05 1.133 @@ -280,8 +280,8 @@ extern ssize_t slice_alloc; // statistics -void *salloc_ (int n); -void *salloc_ (int n, void *src); +void *salloc_ (int n) noexcept; +void *salloc_ (int n, void *src) noexcept; // strictly the same as g_slice_alloc, but never returns 0 template