]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/alloc.h
Merge remote-tracking branch 'origin/master'
[libucw.git] / ucw / alloc.h
index 2c59928385419dcd4337f4aacc81aee36eebba92..668c707cc7ad455364e21e76e104c34de8376164 100644 (file)
@@ -21,14 +21,14 @@ struct ucw_allocator {
 
 /**
  * [[std]]
 
 /**
  * [[std]]
- * This allocator uses xmalloc(), xrealloc() and xfree(). The memory
+ * This allocator uses <<basics:xmalloc()>>, <<basics:xrealloc()>> and <<basics:xfree()>>. The memory
  * it allocates is left unitialized.
  **/
 extern struct ucw_allocator ucw_allocator_std;
 
 /**
  * [[zeroing]]
  * it allocates is left unitialized.
  **/
 extern struct ucw_allocator ucw_allocator_std;
 
 /**
  * [[zeroing]]
- * This allocator uses xmalloc(), xrealloc() and xfree(). All memory
+ * This allocator uses <<basics:xmalloc()>>, <<basics:xrealloc()>> and <<basics:xfree()>>. All memory
  * is zeroed upon allocation.
  **/
 extern struct ucw_allocator ucw_allocator_zeroed;
  * is zeroed upon allocation.
  **/
 extern struct ucw_allocator ucw_allocator_zeroed;