Searched refs:extra (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | nano-realloc.c | 114 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()
|
D | nano-malloc.c | 86 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()
|
D | mallocr.c | 2861 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/ |
D | ssp.tex | 11 Stack Smashing Protection is a compiler feature which emits extra code
|
/picolibc-latest/newlib/libc/reent/ |
D | reent.tex | 63 @cindex extra argument, reentrant fns 66 structure as the extra argument for all library functions.
|
/picolibc-latest/test/ |
D | printf_scanf.c | 322 void *extra; in main() local 323 int wtr = swscanf(wtest[wt].str, wtest[wt].fmt, &extra); in main()
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 73 ; 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
|
D | strcmp.S | 343 ; an extra branch in all runs
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs.S | 179 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
D | strchr.S | 184 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | memcmp_ca.S | 181 addo 4,g2,g2 # to make up for extra decrement in loop
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 34 ! however, this would cost a few extra cyles on average.
|
/picolibc-latest/newlib/ |
D | HOWTO | 278 includes many common flags automatically, Newlib passes along a few extra
|
D | ChangeLog-2015 | 1101 * 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/ |
D | meson.build | 1014 # Add any extra flags for this target from the cross file
|
D | README.md | 581 With this, you can use picolibc without any extra compiler options.
|