Searched refs:_txe_byte_allocate (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_allocate.c | 74 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_byte_allocate.c | 82 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
|
/ThreadX-v6.4.1/common/src/ |
D | txe_byte_allocate.c | 82 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
|
/ThreadX-v6.4.1/common_modules/module_manager/src/ |
D | txm_module_manager_object_allocate.c | 100 …return_value = (ULONG) _txe_byte_allocate(&_txm_module_manager_object_pool, (VOID **) &object_pt… in _txm_module_manager_object_allocate()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1454 #define tx_byte_allocate _txe_byte_allocate 1626 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1363 #define tx_byte_allocate _txe_byte_allocate 1540 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 347 return_value = (ALIGN_TYPE) _txe_byte_allocate( in _txm_module_manager_tx_byte_allocate_dispatch()
|