src/ucx/array.h

changeset 365
72da0e4cbf4a
parent 357
0f5732f0dc00
child 369
28a8ccc442b0
     1.1 --- a/src/ucx/array.h	Sun Nov 03 16:34:29 2019 +0100
     1.2 +++ b/src/ucx/array.h	Sun Nov 03 17:03:10 2019 +0100
     1.3 @@ -174,6 +174,7 @@
     1.4   * Initializes a UCX array structure using the specified allocator.
     1.5   * The structure must be uninitialized as the data pointer will be overwritten.
     1.6   * 
     1.7 + * @param array the structure to initialize
     1.8   * @param capacity the initial capacity
     1.9   * @param elemsize the element size
    1.10   * @param allocator the allocator to use

mercurial