From 1a98f16aabf9e2c28f97b8ec89ae35af5a333252 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 18 Oct 2022 11:48:42 -0400 Subject: Add missing pure function attribute --- src/bump_allocator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bump_allocator.c') 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) { -- cgit v1.2.1