ucx/allocator.c

changeset 505
481802342fdf
parent 335
c1bc13faadaa
child 747
efbd59642577
equal deleted inserted replaced
504:bf3695fee719 505:481802342fdf
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