Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_block_pool_performance_system_info_get.c79 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
100 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
103 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
139 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c82 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() argument
123 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
126 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
167 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c87 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
109 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
112 *allocates = _tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_system_info_get()
169 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c90 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
132 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
135 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
201 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_performance_system_info_get.c79 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
100 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
103 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
139 if (allocates != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c82 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() argument
123 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
126 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
167 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c87 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
109 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
112 *allocates = _tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_system_info_get()
169 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c90 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
132 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
135 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
201 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_block_pool_performance_system_info_get.c72 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensio… in _tx_block_pool_performance_system_info_get() argument
82 …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.c74 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases… in _tx_block_pool_performance_info_get() argument
85 …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.c80 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *fragments_… in _tx_byte_pool_performance_system_info_get() argument
93 …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.c82 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, … in _tx_byte_pool_performance_info_get() argument
96 …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.4.1/test/smp/regression/
Dthreadx_byte_memory_information_test.c58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
223 ULONG allocates; in thread_0_entry() local
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
385 …status = tx_byte_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_search… in thread_0_entry()
397 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
400 …if ((status != TX_SUCCESS) || (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) |… in thread_0_entry()
412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry()
415 …if ((status != TX_SUCCESS) || (allocates != _tx_byte_pool_performance_allocate_count) || (releases… in thread_0_entry()
435 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c225 ULONG allocates; in thread_0_entry() local
398 …status += tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
401 if ((status) || (allocates != block_pool_0.tx_block_pool_performance_allocate_count) || in thread_0_entry()
414 …status += tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()
435 …status = tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
507 …status = tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_byte_memory_information_test.c58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
223 ULONG allocates; in thread_0_entry() local
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
385 …status = tx_byte_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_search… in thread_0_entry()
397 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
400 …if ((status != TX_SUCCESS) || (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) |… in thread_0_entry()
412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry()
415 …if ((status != TX_SUCCESS) || (allocates != _tx_byte_pool_performance_allocate_count) || (releases… in thread_0_entry()
435 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c225 ULONG allocates; in thread_0_entry() local
398 …status += tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
401 if ((status) || (allocates != block_pool_0.tx_block_pool_performance_allocate_count) || in thread_0_entry()
414 …status += tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()
435 …status = tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
507 …status = tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
/ThreadX-v6.4.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.4.1/common_smp/inc/
Dtx_api.h1583 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1585 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1615 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1617 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1486 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1488 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1529 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1531 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dthread_metric_readme.txt195 This function allocates a 128-byte block of memory from the