Searched defs:memory_size (Results 1 – 9 of 9) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
|
D | tx_byte_release.c | 91 ULONG memory_size; in _tx_byte_release() local
|
D | tx_byte_pool_search.c | 87 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
|
D | tx_byte_allocate.c | 81 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/ |
D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
|
D | tx_byte_pool_search.c | 86 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
|
D | tx_byte_release.c | 91 ULONG memory_size; in _tx_byte_release() local
|
D | tx_byte_allocate.c | 81 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/ |
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()
|