Searched refs:align_eight (Results 1 – 1 of 1) sorted by relevance
28 #define align_eight(x) (((x+7) >> 3) << 3) macro135 size = align_eight (size); in create_alloc_pool()161 header_size = align_eight (sizeof (struct alloc_pool_list_def)); in create_alloc_pool()244 block += align_eight (sizeof (struct alloc_pool_list_def)); in pool_alloc()