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
--- a/src/allocator.c	Sun Jan 21 10:13:21 2018 +0100
+++ b/src/allocator.c	Sun Jan 21 10:14:47 2018 +0100
@@ -30,7 +30,7 @@
 
 #include <stdlib.h>
 
-UcxAllocator default_allocator = {
+static UcxAllocator default_allocator = {
     NULL,
     ucx_default_malloc,
     ucx_default_calloc,

mercurial