src/allocator.c

changeset 628
1e2be40f0cb5
parent 508
8aea65ae1eaf
child 650
77021e06b1a8
equal deleted inserted replaced
627:cc8cbabd27cd 628:1e2be40f0cb5
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