Home
last modified time | relevance | path

Searched refs:_tx_clib_heap_end (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dtx_initialize_low_level.c116 _tx_clib_heap_end = &(__stack); in _tx_initialize_low_level()
118 (void *)(((UINT)_tx_initialize_unused_memory/2 + (UINT)_tx_clib_heap_end/2) & ~0xF); in _tx_initialize_low_level()
Dtx_clib_lock.c232 char * _tx_clib_heap_end = NULL; variable
248 (new_heap_ptr >= _tx_clib_heap_end) || /* heap exhausted */ in _sbrk_r()
/ThreadX-v6.4.1/ports/xtensa/xcc/inc/
Dtx_port.h86 extern char *_tx_clib_heap_start, *_tx_clib_heap_end;
/ThreadX-v6.4.1/ports/xtensa/xcc/
Dreadme_threadx.txt251 _tx_clib_heap_end Upper limit address to which heap can grow.