Searched refs:sbrk (Results 1 – 4 of 4) sorted by relevance
20 extern void *sbrk(intptr_t count);24 return (uintptr_t)sbrk(0); in current_heap_end()
323 __weak FUNC_ALIAS(_sbrk, sbrk, void *);
100 functions (for example, :c:func:`sbrk`) implemented in :file:`libc-hooks.c`.
92 the Zephyr-side libc hooks is the :c:func:`sbrk` function, which is used by the