Home
last modified time | relevance | path

Searched refs:max_n_mmaps (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dhooks.c488 unsigned int max_n_mmaps; member
535 ms->max_n_mmaps = mp_.max_n_mmaps; in public_gET_STATe()
604 mp_.max_n_mmaps = ms->max_n_mmaps; in public_sET_STATe()
/dports/devel/ptmalloc2/ptmalloc2/
H A Dhooks.c496 unsigned int max_n_mmaps; member
543 ms->max_n_mmaps = mp_.max_n_mmaps; in public_gET_STATe()
612 mp_.max_n_mmaps = ms->max_n_mmaps; in public_sET_STATe()
H A Dmalloc-stats.c141 fprintf(stderr, "max mmap regions = %10u\n", (unsigned int)mgi.max_n_mmaps); in public_mSTATs()
H A Dmalloc.h276 int max_n_mmaps; /* max. number of mmap'ed chunks reached */ member
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dmallocr.c1656 #define max_n_mmaps malloc_max_n_mmaps macro
1689 STATIC unsigned int max_n_mmaps = 0; variable
1709 extern unsigned int max_n_mmaps;
1977 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
3468 local_max_n_mmaps = max_n_mmaps; in malloc_stats()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1681 #define max_n_mmaps malloc_max_n_mmaps macro
1714 STATIC unsigned int max_n_mmaps = 0; variable
1734 extern unsigned int max_n_mmaps;
2002 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
3482 local_max_n_mmaps = max_n_mmaps; in malloc_stats()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1681 #define max_n_mmaps malloc_max_n_mmaps macro
1714 STATIC unsigned int max_n_mmaps = 0; variable
1734 extern unsigned int max_n_mmaps;
2002 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
3482 local_max_n_mmaps = max_n_mmaps; in malloc_stats()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dmallocr.c1695 #define max_n_mmaps malloc_max_n_mmaps macro
1728 STATIC unsigned int max_n_mmaps = 0; variable
1748 extern unsigned int max_n_mmaps;
2016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
3505 local_max_n_mmaps = max_n_mmaps; in malloc_stats()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmalloc.c1604 static unsigned int max_n_mmaps; variable
2014 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
4280 fprintf(stderr, "max mmap regions = %10u\n", (unsigned int)max_n_mmaps); in mALLOC_STATs()
4395 unsigned int max_n_mmaps; member
4439 ms->max_n_mmaps = max_n_mmaps; in mALLOC_GET_STATe()
4498 max_n_mmaps = ms->max_n_mmaps;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmalloc.c1604 static unsigned int max_n_mmaps; variable
2014 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
4280 fprintf(stderr, "max mmap regions = %10u\n", (unsigned int)max_n_mmaps); in mALLOC_STATs()
4395 unsigned int max_n_mmaps; member
4439 ms->max_n_mmaps = max_n_mmaps; in mALLOC_GET_STATe()
4498 max_n_mmaps = ms->max_n_mmaps;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dmalloc.c1604 static unsigned int max_n_mmaps; variable
2014 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
4280 fprintf(stderr, "max mmap regions = %10u\n", (unsigned int)max_n_mmaps); in mALLOC_STATs()
4395 unsigned int max_n_mmaps; member
4439 ms->max_n_mmaps = max_n_mmaps; in mALLOC_GET_STATe()
4498 max_n_mmaps = ms->max_n_mmaps;
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c707 static unsigned int max_n_mmaps = 0; variable
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2328 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Ddlmalloc.c707 static unsigned int max_n_mmaps = 0; variable
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2328 (unsigned int)max_n_mmaps); in malloc_stats()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Ddlmalloc.c728 static unsigned int max_n_mmaps = 0; variable
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2374 (unsigned int)max_n_mmaps); in malloc_stats()

1234567