Home
last modified time | relevance | path

Searched refs:allocates (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_block_pool_performance_system_info_get.c80 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
101 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
104 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
140 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c83 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() argument
124 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
127 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
168 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c88 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
110 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
113 *allocates = _tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_system_info_get()
170 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c91 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
133 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
136 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
202 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_block_pool_performance_system_info_get.c80 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
101 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
104 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
140 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c83 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() argument
124 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
127 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
168 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c88 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
110 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
113 *allocates = _tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_system_info_get()
170 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c91 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
133 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
136 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
202 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_block_pool_performance_system_info_get.c73 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensio… in _tx_block_pool_performance_system_info_get() argument
83 …spatcher)(TXM_BLOCK_POOL_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) allocates, (ALIGN_TYPE) re… in _tx_block_pool_performance_system_info_get()
Dtxm_block_pool_performance_info_get.c75 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases… in _tx_block_pool_performance_info_get() argument
86 …OCK_POOL_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) pool_ptr, (ALIGN_TYPE) allocates, (ALIGN_TYPE) ex… in _tx_block_pool_performance_info_get()
Dtxm_byte_pool_performance_system_info_get.c81 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *fragments_… in _tx_byte_pool_performance_system_info_get() argument
94 …ispatcher)(TXM_BYTE_POOL_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) allocates, (ALIGN_TYPE) re… in _tx_byte_pool_performance_system_info_get()
Dtxm_byte_pool_performance_info_get.c83 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, … in _tx_byte_pool_performance_info_get() argument
97 …YTE_POOL_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) pool_ptr, (ALIGN_TYPE) allocates, (ALIGN_TYPE) ex… in _tx_byte_pool_performance_info_get()
/ThreadX-v6.2.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrt1cl.s154 ; is provided, our low-level allocator "sbrk" allocates within it.
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1564 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1566 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1596 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1598 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1467 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1469 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1510 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1512 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dthread_metric_readme.txt195 This function allocates a 128-byte block of memory from the