]> mj.ucw.cz Git - libucw.git/blobdiff - lib/pools.h
Introduced obuck_get_pos(), converted gatherd limits to use it.
[libucw.git] / lib / pools.h
index b8e6e9643edfece897206ee6614a89a3fea34236..3526aec0bfc9ed5627ded9464e4b33dfa2095106 100644 (file)
@@ -19,6 +19,7 @@ struct mempool *mp_new(uns);
 void mp_delete(struct mempool *);
 void mp_flush(struct mempool *);
 void *mp_alloc(struct mempool *, uns);
+void *mp_alloc_zero(struct mempool *, uns);
 
 static inline void *mp_alloc_fast(struct mempool *p, uns l)
 {