From 68d02a48ea89d45f16f7901bf46849ea923841c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2022 12:07:21 -0500 Subject: Improve documentation --- include/zix/bump_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zix/bump_allocator.h') diff --git a/include/zix/bump_allocator.h b/include/zix/bump_allocator.h index c054207..c69de92 100644 --- a/include/zix/bump_allocator.h +++ b/include/zix/bump_allocator.h @@ -37,7 +37,7 @@ pointer, essentially serving as a cheap pop and pop-push, respectively. - Calling free() means that realloc() will fail and free() will do nothing - until the next allocation. In other words, free() can not be used twice + until the next allocation. In other words, free() can't be used twice in a row. - There is no relocation: realloc() always returns either the input pointer, -- cgit v1.2.1