src/ucx/allocator.c

changeset 438
22eca559aded
parent 415
d938228c382e
child 490
d218607f5a7e
--- a/src/ucx/allocator.c	Sun Nov 20 12:43:44 2022 +0100
+++ b/src/ucx/allocator.c	Sat Nov 26 17:07:08 2022 +0100
@@ -77,7 +77,7 @@
 };
 CxAllocator *cxDefaultAllocator = &cx_default_allocator;
 
-/* IMPLEMENTATION OF HIGH LEVEL API */
+// IMPLEMENTATION OF HIGH LEVEL API
 
 void *cxMalloc(
         CxAllocator const *allocator,

mercurial