Searched refs:_sbrk (Results 1 – 3 of 3) sorted by relevance
68 bool "Allow user to define _sbrk"70 Allow user to define custom version of the _sbrk function. Some application
304 void *_sbrk(intptr_t count) in _sbrk() function323 __weak FUNC_ALIAS(_sbrk, sbrk, void *);577 return _sbrk(count); in _sbrk_r()
96 The :c:func:`_sbrk` hook function, implemented in :file:`libc-hooks.c`, handles