src/allocator.c

changeset 271
47b8ea435902
parent 259
2f5dea574a75
equal deleted inserted replaced
270:3d80d425543b 271:47b8ea435902
28 28
29 #include "ucx/allocator.h" 29 #include "ucx/allocator.h"
30 30
31 #include <stdlib.h> 31 #include <stdlib.h>
32 32
33 UcxAllocator default_allocator = { 33 static UcxAllocator default_allocator = {
34 NULL, 34 NULL,
35 ucx_default_malloc, 35 ucx_default_malloc,
36 ucx_default_calloc, 36 ucx_default_calloc,
37 ucx_default_realloc, 37 ucx_default_realloc,
38 ucx_default_free 38 ucx_default_free

mercurial