diff -r 44986c0e2b05 -r d92a59f5d261 docs/src/features.md --- a/docs/src/features.md Wed Jun 28 19:18:01 2023 +0200 +++ b/docs/src/features.md Wed Jun 28 20:07:52 2023 +0200 @@ -30,7 +30,7 @@ struct my_allocator_state { size_t total; size_t avail; - char[] mem; + char mem[]; }; static cx_allocator_class my_allocator_class = { @@ -91,10 +91,6 @@ *Header file:* [mempool.h](api/mempool_8h.html) -### Basic Memory Pool - -*Header file:* [basic_mempool.h](api/basic__mempool_8h.html) - ## Iterator *Header file:* [iterator.h](api/iterator_8h.html)