Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src191 Define this on MS win (95, nt) platforms to compile in sbrk emulation.
196 MORECORE (default: sbrk)
202 holds for sbrk).
208 controlling interaction with host system routines (sbrk, mmap, etc).
319 WIN32 causes an emulation of sbrk to be compiled in
333 Microsoft Visual C++ data structures and routines used in the 'sbrk'
632 Because trimming via sbrk can be slow on some systems, and can
664 sbrk, mmap, and munmap otherwise degrade performance, the default
683 retain whenever sbrk is called. It is used in two ways internally:
685 * When sbrk is called to extend the top of the arena to satisfy
[all …]
H A Ddlmalloc.su
H A Ddlmalloc.c581 void *sbrk(ptrdiff_t increment) in sbrk() function
/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h831 extern Void_t* sbrk(ptrdiff_t);
833 extern Void_t* sbrk();
837 #define MORECORE sbrk
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dkern.h17 extern void *sbrk(int increment);
/OK3568_Linux_fs/u-boot/spl/common/
H A Ddlmalloc.su
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0019-chromium-musl-Do-not-define-__sbrk-on-musl.patch6 musl libc does not have sbrk. on musl libc will only work when called with 0 as
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dposix_timers.c36 void *addr = sbrk(0); in kernel_loop()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dreent.h122 #define _sbrk_r(__reent, __incr) sbrk(__incr)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dreent.h122 #define _sbrk_r(__reent, __incr) sbrk(__incr)
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dmem.c48 brk_end = (unsigned long) UML_ROUND_UP(sbrk(0)); in mem_init()
H A Dum_arch.c279 brk_start = (unsigned long) sbrk(0); in linux_main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h1055 extern void *sbrk (intptr_t __delta) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h1055 extern void *sbrk (intptr_t __delta) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h488 extern void *sbrk (int);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h488 extern void *sbrk (int);
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h2109 void *sbrk(intptr_t inc) in sbrk() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-131657 * sbrk: (libc)Resizing the Data Segment.
5193sbrk’. Argument $ARG1 is the additional size requested to ‘sbrk’,
5194 and $ARG2 is the pointer that marks the end of the ‘sbrk’ area,
5199 decreased by calling ‘sbrk’. Argument $ARG1 is the size released
5200 by ‘sbrk’ (the positive value, rather than the negative value
5201 passed to ‘sbrk’), and $ARG2 is the pointer that marks the end of
5202 the ‘sbrk’ area, returned in response to the request.
5211 This probe is triggered _before_ (unlike the other sbrk and heap
16232 ‘void *sbrk (ptrdiff_t DELTA)’
H A Dlibc.info-161657 * sbrk: (libc)Resizing the Data Segment.
2464 * *sbrk: Resizing the Data Segment.
H A Dlibc.info-21657 * sbrk: (libc)Resizing the Data Segment.
2270 This is the total size of memory allocated with ‘sbrk’ by
3684 -- Function: void *sbrk (ptrdiff_t DELTA)
3694 This means you can use ‘sbrk(0)’ to find out what the current end
H A Ddir1562 * sbrk: (libc)Resizing the Data Segment.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-131657 * sbrk: (libc)Resizing the Data Segment.
5193sbrk’. Argument $ARG1 is the additional size requested to ‘sbrk’,
5194 and $ARG2 is the pointer that marks the end of the ‘sbrk’ area,
5199 decreased by calling ‘sbrk’. Argument $ARG1 is the size released
5200 by ‘sbrk’ (the positive value, rather than the negative value
5201 passed to ‘sbrk’), and $ARG2 is the pointer that marks the end of
5202 the ‘sbrk’ area, returned in response to the request.
5211 This probe is triggered _before_ (unlike the other sbrk and heap
16232 ‘void *sbrk (ptrdiff_t DELTA)’
H A Dlibc.info-161657 * sbrk: (libc)Resizing the Data Segment.
2464 * *sbrk: Resizing the Data Segment.
H A Dlibc.info-21657 * sbrk: (libc)Resizing the Data Segment.
2270 This is the total size of memory allocated with ‘sbrk’ by
3684 -- Function: void *sbrk (ptrdiff_t DELTA)
3694 This means you can use ‘sbrk(0)’ to find out what the current end
H A Ddir1562 * sbrk: (libc)Resizing the Data Segment.

123