diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-16 02:03:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-16 02:03:12 +0200 |
commit | 43b04a1bfaecfabe8b3460575db7be5d592f896b (patch) | |
tree | 86c337e90f4b4238ab73dd698f470cf3482a0de8 /README | |
parent | bbbeab43e067a7f009b74df72ed9b083f3ecef58 (diff) |
implement arena allocators
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |