Home
last modified time | relevance | path

Searched refs:_tx_byte_allocate (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtxe_byte_allocate.c195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
Dtx_byte_allocate.c82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() function
/ThreadX-v6.2.1/common/src/
Dtxe_byte_allocate.c195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
Dtx_byte_allocate.c82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() function
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_memory_load.c118 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &code_memory_ptr, code_alloc… in _txm_module_manager_memory_load()
Dtxm_module_manager_file_load.c140 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &code_memory_ptr, code_alloc… in _txm_module_manager_file_load()
Dtxm_module_manager_internal_load.c260 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &memory_ptr, data_allocation… in _txm_module_manager_internal_load()
Dtxm_module_manager_absolute_load.c270 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &memory_ptr, data_allocation… in _txm_module_manager_absolute_load()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1190 #define tx_byte_allocate _tx_byte_allocate
1588 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1109 #define tx_byte_allocate _tx_byte_allocate
1502 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,