Home
last modified time | relevance | path

Searched defs:memory_size (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
Dtx_byte_release.c91 ULONG memory_size; in _tx_byte_release() local
Dtx_byte_pool_search.c87 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
Dtx_byte_allocate.c81 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate()
/ThreadX-v6.4.1/common/src/
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
Dtx_byte_pool_search.c86 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
Dtx_byte_release.c91 ULONG memory_size; in _tx_byte_release() local
Dtx_byte_allocate.c81 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_byte_allocate.c74 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate()