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