Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dsyscalls.c120 static char *heap_end; in _sbrk() local
123 if (heap_end == 0) in _sbrk()
124 heap_end = &end; in _sbrk()
126 prev_heap_end = heap_end; in _sbrk()
127 if (heap_end + incr > stack_ptr) in _sbrk()
135 heap_end += incr; in _sbrk()