Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/picolib/
Dpicosbrk.c44 void *sbrk(ptrdiff_t incr) in sbrk() function
/picolibc-3.7.0-3.6.0/doc/
Dos.md104 Both versions of malloc in picolibc require sbrk to be supported. The
106 can handle sbrk returning dis-continuous memory while the larger
107 version (enabled with -Dnewlib-nano-malloc=false) requires sbrk return
110 ### sbrk subsection
112 Picolibc includes a simple version of sbrk that can return chunks of
116 * __heap_start — points at the start of the heap available for sbrk.
117 * __heap_end — points at the end of the heap available for sbrk.
184 * -Dpicolib=false disables building the TLS and sbrk support built-in
Dbuild.md41 | picolib | true | Include picolib bits for tls and sbrk support …
/picolibc-3.7.0-3.6.0/newlib/libc/include/
D_syslist.h54 #define _sbrk sbrk
/picolibc-3.7.0-3.6.0/newlib/libc/machine/amdgcn/
Dmlock.c38 sbrk (ptrdiff_t nbytes) in sbrk() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dunistd.h217 void * sbrk (ptrdiff_t __incr);
288 void * sbrk (ptrdiff_t __incr);
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex201 @item sbrk
209 caddr_t sbrk(int incr) @{
329 * _sbrk_r:: Reentrant version of sbrk
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dnano-mallocr.c250 p = sbrk(d); in __malloc_sbrk_aligned()
273 char *extra = sbrk(adjust); in __malloc_sbrk_aligned()
Dmallocr.c314 #define MORECORE(size) sbrk((size))
935 extern Void_t* sbrk(ptrdiff_t);
937 extern Void_t* sbrk();
942 #define MORECORE sbrk
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-2015290 * libc/sys/arc/sbrk.c: Likewise.
2309 libc/sys/rdos/sbrk.c, libc/sys/rdos/stat.c, libc/sys/rdos/symlink.c,
3437 * libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declaration
3492 * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an
4179 * libc/sys/sysnecv850/sbrk.c (_sbrk): Tidy code.
5792 * libc/stdlib/mallocr.c [MICROBLAZE]: Don't declare sbrk prototype,
12088 * libc/sys/rdos/readlink.c, libc/sys/rdos/sbrk.c: Ditto.
12319 * libc/sys.tex (Stubs): Format examples consistently. Change sbrk
16997 * libc/include/sys/unistd.h: Ditto for _sbrk_r and sbrk.
17002 * libc/sys/linux/brk.c: Change sbrk prototype.
[all …]