makes default_allocator static

Sun, 21 Jan 2018 10:14:47 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 21 Jan 2018 10:14:47 +0100
changeset 271
47b8ea435902
parent 270
3d80d425543b
child 272
2def28b65328

makes default_allocator static

src/allocator.c file | annotate | diff | comparison | revisions
     1.1 --- a/src/allocator.c	Sun Jan 21 10:13:21 2018 +0100
     1.2 +++ b/src/allocator.c	Sun Jan 21 10:14:47 2018 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  #include <stdlib.h>
     1.6  
     1.7 -UcxAllocator default_allocator = {
     1.8 +static UcxAllocator default_allocator = {
     1.9      NULL,
    1.10      ucx_default_malloc,
    1.11      ucx_default_calloc,

mercurial