Searched refs:_tx_clib_heap_end (Results 1 – 4 of 4) sorted by relevance
116 _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()
232 char * _tx_clib_heap_end = NULL; variable248 (new_heap_ptr >= _tx_clib_heap_end) || /* heap exhausted */ in _sbrk_r()
86 extern char *_tx_clib_heap_start, *_tx_clib_heap_end;
251 _tx_clib_heap_end Upper limit address to which heap can grow.