Searched refs:UMP_SIZE_ALIGN (Results 1 – 1 of 1) sorted by relevance
22 #define UMP_SIZE_ALIGN(x) (((x)+UMP_MINIMUM_SIZE-1)&UMP_MINIMUM_SIZE_MASK) macro142 new_allocation->size_bytes = UMP_SIZE_ALIGN(user_interaction->size); in _ump_ukk_allocate()