Home
last modified time | relevance | path

Searched refs:ux_byte_pool_min_free (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_allocate.c344 …if (_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_min_free > _ux_system -> ux_sy… in _ux_utility_memory_allocate()
345 …_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_min_free = _ux_system -> ux_system… in _ux_utility_memory_allocate()
Dux_system_initialize.c256 _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_min_free = in _ux_system_initialize()
258 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_min_free = in _ux_system_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2517 ALIGN_TYPE ux_byte_pool_min_free; member