X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Falloc.h;h=668c707cc7ad455364e21e76e104c34de8376164;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=2c59928385419dcd4337f4aacc81aee36eebba92;hpb=d9c55a4d021b4a317a25f14f89468d62592aae0b;p=libucw.git diff --git a/ucw/alloc.h b/ucw/alloc.h index 2c599283..668c707c 100644 --- a/ucw/alloc.h +++ b/ucw/alloc.h @@ -21,14 +21,14 @@ struct ucw_allocator { /** * [[std]] - * This allocator uses xmalloc(), xrealloc() and xfree(). The memory + * This allocator uses <>, <> and <>. The memory * 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 <>, <> and <>. All memory * is zeroed upon allocation. **/ extern struct ucw_allocator ucw_allocator_zeroed;