X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Feltpool.h;h=0f65186586d38bcf573900ef4655e9afae77f2bd;hb=156301aa8c7fd24d49ed27cfbd1afc10ccb7bc58;hp=c6305e99706daf824ff6640e004399ddb8914d27;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;p=libucw.git diff --git a/ucw/eltpool.h b/ucw/eltpool.h index c6305e99..0f651865 100644 --- a/ucw/eltpool.h +++ b/ucw/eltpool.h @@ -30,11 +30,11 @@ struct eltpool { struct eltpool_chunk *first_chunk; struct eltpool_free *first_free; - uns elt_size; - uns chunk_size; - uns elts_per_chunk; - uns num_allocated; // Just for debugging - uns num_chunks; + uint elt_size; + uint chunk_size; + uint elts_per_chunk; + uint num_allocated; // Just for debugging + uint num_chunks; }; struct eltpool_chunk { @@ -60,7 +60,7 @@ struct eltpool_free { * * Element pools can be treated as <>, see <>. **/ -struct eltpool *ep_new(uns elt_size, uns elts_per_chunk); +struct eltpool *ep_new(uint elt_size, uint elts_per_chunk); /** * Release a memory pool created by @ep_new() including all