Lines Matching refs:size
37 #define MC_ALIGN32(size) ( ((size) + MC_32 -1) & (~(MC_32 -1)) )
38 #define MC_ALIGN64(size) ( ((size) + MC_64 -1) & (~(MC_64 -1)) )
42 #define MC_HT_ELEMS(size) ( (size) / MC_32 )
56 * 40 seem a good compromise for slot size
95 uint32_t dt_size; /* data table size */
96 uint32_t ft_size; /* free table size */
97 uint32_t ht_size; /* hash table size */