]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/eltpool.txt
Trans: trans_commit() calls rp_commit()
[libucw.git] / ucw / doc / eltpool.txt
1 Fixed-sized alocators
2 =====================
3
4 You can use them for efficient allocation of large amount of small
5 fixed-sized memory blocks and to free them all at once.
6 If you need more features, see more complex <<mempool:,memory pools>>.
7
8 * <<defs,Definitions>>
9 * <<basic,Basic manipulation>>
10 * <<alloc,Allocation routines>>
11
12 !!ucw/eltpool.h