Home
last modified time | relevance | path

Searched refs:ux_byte_pool_fragments (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_byte_pool_search.c87 …l_available = pool_ptr -> ux_byte_pool_available + ((pool_ptr -> ux_byte_pool_fragments - 2) * UX_… in _ux_utility_memory_byte_pool_search()
106 examine_blocks = pool_ptr -> ux_byte_pool_fragments + ((UINT) 1); in _ux_utility_memory_byte_pool_search()
166 pool_ptr -> ux_byte_pool_fragments--; in _ux_utility_memory_byte_pool_search()
Dux_utility_memory_byte_pool_create.c96 pool_ptr -> ux_byte_pool_fragments = ((UINT) 2); in _ux_utility_memory_byte_pool_create()
Dux_utility_memory_allocate.c264 pool_ptr -> ux_byte_pool_fragments++; in _ux_utility_memory_allocate()
292 pool_ptr -> ux_byte_pool_fragments++; in _ux_utility_memory_allocate()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2505 UINT ux_byte_pool_fragments; member