src/array.c

branch
feature/array
changeset 357
0f5732f0dc00
parent 356
77efe51c6c9a
child 369
28a8ccc442b0
     1.1 --- a/src/array.c	Thu Oct 03 10:55:39 2019 +0200
     1.2 +++ b/src/array.c	Thu Oct 03 11:15:48 2019 +0200
     1.3 @@ -66,6 +66,7 @@
     1.4      if (ucx_array_reserve(array, required_capacity)) {
     1.5          return 1;
     1.6      }
     1.7 +    return 0;
     1.8  }
     1.9  
    1.10  int ucx_array_util_set_a(UcxAllocator* alloc, void** array, size_t* capacity,

mercurial