diff options
-rw-r--r-- | src/bump_allocator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bump_allocator.c b/src/bump_allocator.c index 0bacb28..f9031b1 100644 --- a/src/bump_allocator.c +++ b/src/bump_allocator.c @@ -12,6 +12,7 @@ static const size_t min_alignment = sizeof(uintmax_t); +ZIX_PURE_FUNC static size_t round_up_multiple(const size_t number, const size_t factor) { |