Searched refs:UX_MAX_SCATTER_GATHER_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
145 else if (memory_size_requested > UX_MAX_SCATTER_GATHER_ALIGNMENT) in _ux_utility_memory_allocate()148 memory_alignment = UX_MAX_SCATTER_GATHER_ALIGNMENT - 1; in _ux_utility_memory_allocate()
1167 #define UX_MAX_SCATTER_GATHER_ALIGNMENT 4096 macro