src/ucx/allocator.c

changeset 438
22eca559aded
parent 415
d938228c382e
child 490
d218607f5a7e
equal deleted inserted replaced
437:545010bc5e71 438:22eca559aded
75 &cx_default_allocator_class, 75 &cx_default_allocator_class,
76 NULL 76 NULL
77 }; 77 };
78 CxAllocator *cxDefaultAllocator = &cx_default_allocator; 78 CxAllocator *cxDefaultAllocator = &cx_default_allocator;
79 79
80 /* IMPLEMENTATION OF HIGH LEVEL API */ 80 // IMPLEMENTATION OF HIGH LEVEL API
81 81
82 void *cxMalloc( 82 void *cxMalloc(
83 CxAllocator const *allocator, 83 CxAllocator const *allocator,
84 size_t n 84 size_t n
85 ) { 85 ) {

mercurial