Home
last modified time | relevance | path

Searched refs:front_misalign (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dhooks.c237 INTERNAL_SIZE_T front_misalign, sbrk_size; in top_check() local
250 front_misalign = (unsigned long)chunk2mem(_brk) & MALLOC_ALIGN_MASK; in top_check()
251 if (front_misalign > 0) in top_check()
252 front_misalign = MALLOC_ALIGNMENT - front_misalign; in top_check()
253 sbrk_size = front_misalign + mp_.top_pad + MINSIZE; in top_check()
262 top(&main_arena) = (mchunkptr)(_brk + front_misalign); in top_check()
263 set_head(top(&main_arena), (sbrk_size - front_misalign) | PREV_INUSE); in top_check()
H A Dmalloc.c2850 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2899 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2900 if (front_misalign > 0) {
2901 correction = MALLOC_ALIGNMENT - front_misalign;
3128 front_misalign = 0;
3138 front_misalign = (INTERNAL_SIZE_T)chunk2mem(_brk) & MALLOC_ALIGN_MASK;
3139 if (front_misalign > 0) {
3149 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/devel/ptmalloc2/ptmalloc2/
H A Dhooks.c224 INTERNAL_SIZE_T front_misalign, sbrk_size; in top_check() local
242 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK; in top_check()
243 if (front_misalign > 0) in top_check()
244 front_misalign = MALLOC_ALIGNMENT - front_misalign; in top_check()
245 sbrk_size = front_misalign + mp_.top_pad + MINSIZE; in top_check()
254 top(&main_arena) = (mchunkptr)(brk + front_misalign); in top_check()
255 set_head(top(&main_arena), (sbrk_size - front_misalign) | PREV_INUSE); in top_check()
H A Dmalloc.c2754 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2803 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2804 if (front_misalign > 0) {
2805 correction = MALLOC_ALIGNMENT - front_misalign;
3029 front_misalign = 0;
3043 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3044 if (front_misalign > 0) {
3054 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmalloc.c2597 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
2639 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
2640 if (front_misalign > 0) {
2641 correction = (MALLOC_ALIGNMENT) - front_misalign;
4629 INTERNAL_SIZE_T front_misalign, sbrk_size; in top_check() local
4642 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK; in top_check()
4643 if (front_misalign > 0) in top_check()
4644 front_misalign = MALLOC_ALIGNMENT - front_misalign; in top_check()
4645 sbrk_size = front_misalign + top_pad + MINSIZE; in top_check()
4651 top(&main_arena) = (mchunkptr)(brk + front_misalign); in top_check()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmalloc.c2597 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
2639 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
2640 if (front_misalign > 0) {
2641 correction = (MALLOC_ALIGNMENT) - front_misalign;
4629 INTERNAL_SIZE_T front_misalign, sbrk_size; in top_check() local
4642 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK; in top_check()
4643 if (front_misalign > 0) in top_check()
4644 front_misalign = MALLOC_ALIGNMENT - front_misalign; in top_check()
4645 sbrk_size = front_misalign + top_pad + MINSIZE; in top_check()
4651 top(&main_arena) = (mchunkptr)(brk + front_misalign); in top_check()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dmalloc.c2597 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
2639 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
2640 if (front_misalign > 0) {
2641 correction = (MALLOC_ALIGNMENT) - front_misalign;
4629 INTERNAL_SIZE_T front_misalign, sbrk_size; in top_check() local
4642 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK; in top_check()
4643 if (front_misalign > 0) in top_check()
4644 front_misalign = MALLOC_ALIGNMENT - front_misalign; in top_check()
4645 sbrk_size = front_misalign + top_pad + MINSIZE; in top_check()
4651 top(&main_arena) = (mchunkptr)(brk + front_misalign); in top_check()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dmallocr.c2104 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
2150 front_misalign = (POINTER_UINT)chunk2mem(brk) & MALLOC_ALIGN_MASK;
2151 if (front_misalign > 0)
2153 correction = (MALLOC_ALIGNMENT) - front_misalign;
2172 if (front_misalign > 0)
2173 new_brk -= (MALLOC_ALIGNMENT) - front_misalign;
/dports/devel/judy/judy-1.0.5/test/
H A Dmalloc-pre2.8a.c4099 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ in mmap_malloc() local
4125 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK; in mmap_malloc()
4126 if (front_misalign > 0) { in mmap_malloc()
4127 correction = MALLOC_ALIGNMENT - front_misalign; in mmap_malloc()
4178 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ in sysmalloc() local
4346 front_misalign = 0; in sysmalloc()
4376 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK; in sysmalloc()
4377 if (front_misalign > 0) { in sysmalloc()
4387 correction = MALLOC_ALIGNMENT - front_misalign; in sysmalloc()
/dports/games/mahjong/mj-1.16-src/
H A Dmalloc.c2878 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2941 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2942 if (front_misalign > 0) {
2943 correction = MALLOC_ALIGNMENT - front_misalign;
3103 front_misalign = 0;
3133 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3134 if (front_misalign > 0) {
3144 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/comms/qico/qico-15673bf/lib/
H A Ddlmalloc.c2880 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2943 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2944 if (front_misalign > 0) {
2945 correction = MALLOC_ALIGNMENT - front_misalign;
3105 front_misalign = 0;
3135 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3136 if (front_misalign > 0) {
3146 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/math/algae/algae-4.3.6/src/
H A Ddlmalloc.c2890 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2953 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2954 if (front_misalign > 0) {
2955 correction = MALLOC_ALIGNMENT - front_misalign;
3115 front_misalign = 0;
3145 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3146 if (front_misalign > 0) {
3156 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/math/singular/Singular-Release-4-2-1/ppcc/gclib/
H A Ddlmalloc.c2781 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2830 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2831 if (front_misalign > 0) {
2832 correction = MALLOC_ALIGNMENT - front_misalign;
2991 front_misalign = 0;
3001 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3002 if (front_misalign > 0) {
3012 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/irc/unreal/Unreal3.2.10.7/extras/
H A Dmalloc.c2879 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2942 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2943 if (front_misalign > 0) {
2944 correction = MALLOC_ALIGNMENT - front_misalign;
3104 front_misalign = 0;
3134 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3135 if (front_misalign > 0) {
3145 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dmalloc.c2883 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
2946 front_misalign = (INTERNAL_SIZE_T)chunk2mem(mm) & MALLOC_ALIGN_MASK;
2947 if (front_misalign > 0) {
2948 correction = MALLOC_ALIGNMENT - front_misalign;
3108 front_misalign = 0;
3138 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
3139 if (front_misalign > 0) {
3149 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/lang/yap/yap-6.2.2/C/
H A Ddlmalloc.c878 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */ local
1002 front_misalign = 0;
1032 front_misalign = (INTERNAL_SIZE_T)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1033 if (front_misalign > 0) {
1043 correction = MALLOC_ALIGNMENT - front_misalign;
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c1116 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1159 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1160 if (front_misalign > 0)
1162 correction = (MALLOC_ALIGNMENT) - front_misalign;

1234567