]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/gary.h
Merge remote-tracking branch 'origin/dev-table' into dev-table
[libucw.git] / ucw / gary.h
index f5274a94b2c0fe1a918523c2bb53b99719893206..ffcabafb41749cadbecd9632aefb51c2460ed7d4 100644 (file)
@@ -31,7 +31,7 @@ struct gary_hdr {
 /**
  * Create a new growing array, initially containing @n elements,
  * and let @ptr point to its first element. The memory used by the
- * array is allocated by xmalloc().
+ * array is allocated by <<basics:xmalloc()>>.
  **/
 #define GARY_INIT(ptr, n) (ptr) = gary_init(sizeof(*(ptr)), (n), &ucw_allocator_std)