Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_memory_allocate.c345 …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()
Dux_system_initialize.c257 _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()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2513 ALIGN_TYPE ux_byte_pool_min_free; member