| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.src | 191 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 D | dlmalloc.su | |
| H A D | dlmalloc.c | 581 void *sbrk(ptrdiff_t increment) in sbrk() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | malloc.h | 831 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 D | kern.h | 17 extern void *sbrk(int increment);
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | dlmalloc.su | |
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0019-chromium-musl-Do-not-define-__sbrk-on-musl.patch | 6 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 D | posix_timers.c | 36 void *addr = sbrk(0); in kernel_loop()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 122 #define _sbrk_r(__reent, __incr) sbrk(__incr)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 122 #define _sbrk_r(__reent, __incr) sbrk(__incr)
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | mem.c | 48 brk_end = (unsigned long) UML_ROUND_UP(sbrk(0)); in mem_init()
|
| H A D | um_arch.c | 279 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 D | unistd.h | 1055 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 D | unistd.h | 1055 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 D | system.h | 488 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 D | system.h | 488 extern void *sbrk (int);
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 2109 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 D | libc.info-13 | 1657 * sbrk: (libc)Resizing the Data Segment. 5193 ‘sbrk’. 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 D | libc.info-16 | 1657 * sbrk: (libc)Resizing the Data Segment. 2464 * *sbrk: Resizing the Data Segment.
|
| H A D | libc.info-2 | 1657 * 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 D | dir | 1562 * 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 D | libc.info-13 | 1657 * sbrk: (libc)Resizing the Data Segment. 5193 ‘sbrk’. 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 D | libc.info-16 | 1657 * sbrk: (libc)Resizing the Data Segment. 2464 * *sbrk: Resizing the Data Segment.
|
| H A D | libc.info-2 | 1657 * 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 D | dir | 1562 * sbrk: (libc)Resizing the Data Segment.
|