Searched refs:ux_byte_pool_min_free (Results 1 – 3 of 3) sorted by relevance
345 …if (_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_min_free > _ux_system -> ux_sy… in _ux_utility_memory_allocate()346 …_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_min_free = _ux_system -> ux_system… in _ux_utility_memory_allocate()
257 _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_min_free = in _ux_system_initialize()259 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_min_free = in _ux_system_initialize()
2513 ALIGN_TYPE ux_byte_pool_min_free; member