From 43b04a1bfaecfabe8b3460575db7be5d592f896b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 16 Apr 2024 02:03:12 +0200 Subject: implement arena allocators --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index a5a0832..303eea4 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ This does not aim to be a LibC replacement, but rather a supplimentary library. It is a C23 library with no plans to support older standards. The headers as of now are: - • alloc.h — memory allocation functions + • alloc.h — allocators and memory allocation functions • bitset.h — bitset implementation • dynarr.h — dynamic array implementation • errors.h — err.h-inspired diagnostics functions @@ -44,7 +44,6 @@ DISCLAIMER: you not? Planned Features: - • Arena Allocators (alloc.h) • Missing Unicode Properties (unicode/prop.h) • String Case Conversions (unicode/string.h) • Unicode Normalization (unicode/string.h) -- cgit v1.2.3