Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-realloc.c114 size_t extra = old_size - new_size; in realloc() local
119 if (extra >= MALLOC_MINSIZE) { in realloc()
121 make_free_chunk(chunk_after(p_to_realloc), extra); in realloc()
Dnano-malloc.c86 char *extra = sbrk(adjust); in __malloc_sbrk_aligned() local
87 if (extra != p + s) in __malloc_sbrk_aligned()
89 __malloc_sbrk_top = extra + adjust; in __malloc_sbrk_aligned()
Dmallocr.c2861 long extra; /* Amount to release */ in malloc_trim() local
2870 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz; in malloc_trim()
2872 if (extra < (long)pagesz) /* Not enough memory to release */ in malloc_trim()
2890 new_brk = (char*)(MORECORE (-extra)); in malloc_trim()
2910 set_head(top, (top_size - extra) | PREV_INUSE); in malloc_trim()
2911 sbrked_mem -= extra; in malloc_trim()
/picolibc-latest/newlib/libc/ssp/
Dssp.tex11 Stack Smashing Protection is a compiler feature which emits extra code
/picolibc-latest/newlib/libc/reent/
Dreent.tex63 @cindex extra argument, reentrant fns
66 structure as the extra argument for all library functions.
/picolibc-latest/test/
Dprintf_scanf.c322 void *extra; in main() local
323 int wtr = swscanf(wtest[wt].str, wtest[wt].fmt, &extra); in main()
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcmp.S73 ; Adjusting the pointers because of the extra loads in the end
243 ; of the loop, there is an extra load into r4 and r5 registers while
Dstrcmp.S343 ; an extra branch in all runs
/picolibc-latest/newlib/libc/machine/arc/
Dstrchr-bs.S179 ; like for an ordinary found zero - except for the extra stalls at jhi -
Dstrchr.S184 ; like for an ordinary found zero - except for the extra stalls at jhi -
/picolibc-latest/newlib/libc/machine/i960/
Dmemcmp_ca.S181 addo 4,g2,g2 # to make up for extra decrement in loop
/picolibc-latest/newlib/libc/machine/sh/
Dmemcpy.S34 ! however, this would cost a few extra cyles on average.
/picolibc-latest/newlib/
DHOWTO278 includes many common flags automatically, Newlib passes along a few extra
DChangeLog-20151101 * configure.host: Add extra system for OpenRISC baremetal.
1113 * configure.host: Add extra system for OpenRISC baremetal
4116 (_VFWPRINTF_R): Call wcvt with an extra argument. Call wcvt
4828 * libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,
12379 * libc/stdlib/rand48.c: Remove extra space in FUNCTION description
12381 * libc/string/bcmp.c: Remove extra blank lines in documentation.
12383 * libc/string/memchr.c: Remove extra ">" character in documentation.
12410 * libm/common/s_modf.c: Remove extra period from documentation.
14932 (get_arg): Add extra struct _reent pointer argument.
16123 * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to
[all …]
/picolibc-latest/
Dmeson.build1014 # Add any extra flags for this target from the cross file
DREADME.md581 With this, you can use picolibc without any extra compiler options.