Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/newlib/heap_listener/src/
Dmain.c20 extern void *sbrk(intptr_t count);
24 return (uintptr_t)sbrk(0); in current_heap_end()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c323 __weak FUNC_ALIAS(_sbrk, sbrk, void *);
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst100 functions (for example, :c:func:`sbrk`) implemented in :file:`libc-hooks.c`.
Dnewlib.rst92 the Zephyr-side libc hooks is the :c:func:`sbrk` function, which is used by the