Searched refs:UX_BYTE_BLOCK_MIN (Results 1 – 2 of 2) sorted by relevance
277 if ((available_bytes - memory_size_requested) >= ((ULONG) UX_BYTE_BLOCK_MIN)) in _ux_utility_memory_allocate()
2492 #ifndef UX_BYTE_BLOCK_MIN2493 #define UX_BYTE_BLOCK_MIN ((ULONG) 20) macro