docs/src/features.md

changeset 727
d92a59f5d261
parent 725
c9b882bef838
child 729
600d72644919
     1.1 --- a/docs/src/features.md	Wed Jun 28 19:18:01 2023 +0200
     1.2 +++ b/docs/src/features.md	Wed Jun 28 20:07:52 2023 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  struct my_allocator_state {
     1.5      size_t total;
     1.6      size_t avail;
     1.7 -    char[] mem;
     1.8 +    char mem[];
     1.9  };
    1.10  
    1.11  static cx_allocator_class my_allocator_class = {
    1.12 @@ -91,10 +91,6 @@
    1.13  
    1.14  *Header file:* [mempool.h](api/mempool_8h.html)
    1.15  
    1.16 -### Basic Memory Pool
    1.17 -
    1.18 -*Header file:* [basic_mempool.h](api/basic__mempool_8h.html)
    1.19 -
    1.20  ## Iterator
    1.21  
    1.22  *Header file:* [iterator.h](api/iterator_8h.html)

mercurial