X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpools.h;h=3526aec0bfc9ed5627ded9464e4b33dfa2095106;hb=995458e48d482bd5fa349882fba5cb4d6350076d;hp=b8e6e9643edfece897206ee6614a89a3fea34236;hpb=b7e3d06a00ca5c95df8202678da7e3b11037c6be;p=libucw.git diff --git a/lib/pools.h b/lib/pools.h index b8e6e964..3526aec0 100644 --- a/lib/pools.h +++ b/lib/pools.h @@ -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) {