]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/growbuf.txt
Mempool: Fixed bug in mp_stats().
[libucw.git] / ucw / doc / growbuf.txt
index 218f7d24a1002b7774a211f1f522b043049f42aa..c59c10b2b615bcdb68ce201501a219b332755a50 100644 (file)
@@ -1,13 +1,12 @@
 Growing buffers
 ===============
 
+*This module is obsolete. Please use <<gary:,growing arrays>> instead.*
+
 It is quite usual situation when you need an array of items and you
 don not know how large it will be in the time you allocate it. Then
 you need some kind of dynamically growing buffer.
 
-You can either use <<mempool:gbuf,mempools>>, which has similar
-functionality, or this module.
-
 - <<gbuf,Generic growing buffers>>
 - <<bbuf,Growing buffers for byte-sized items>>