Home
last modified time | relevance | path

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

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/systrace/atrace_helper/jni/
H A Datrace_process_dump.cc178 size_t n_mmaps = mem->mmaps_count(); in SerializeSnapshot() local
179 for (size_t k = 0; k < n_mmaps; ++k) { in SerializeSnapshot()
192 if (k < n_mmaps - 1) in SerializeSnapshot()
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dhooks.c487 unsigned int n_mmaps; member
534 ms->n_mmaps = mp_.n_mmaps; in public_gET_STATe()
603 mp_.n_mmaps = ms->n_mmaps; in public_sET_STATe()
/dports/devel/ptmalloc2/ptmalloc2/
H A Dhooks.c495 unsigned int n_mmaps; member
542 ms->n_mmaps = mp_.n_mmaps; in public_gET_STATe()
611 mp_.n_mmaps = ms->n_mmaps; in public_sET_STATe()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dmallocr.c1655 #define n_mmaps malloc_n_mmaps macro
1688 STATIC unsigned int n_mmaps = 0; variable
1708 extern unsigned int n_mmaps;
1955 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1976 n_mmaps++;
1977 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2016 assert((n_mmaps > 0));
2019 n_mmaps--;
2055 assert((n_mmaps > 0));
3413 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1680 #define n_mmaps malloc_n_mmaps macro
1713 STATIC unsigned int n_mmaps = 0; variable
1733 extern unsigned int n_mmaps;
1980 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
2001 n_mmaps++;
2002 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2041 assert((n_mmaps > 0));
2044 n_mmaps--;
2080 assert((n_mmaps > 0));
3427 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1680 #define n_mmaps malloc_n_mmaps macro
1713 STATIC unsigned int n_mmaps = 0; variable
1733 extern unsigned int n_mmaps;
1980 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
2001 n_mmaps++;
2002 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2041 assert((n_mmaps > 0));
2044 n_mmaps--;
2080 assert((n_mmaps > 0));
3427 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dmallocr.c1694 #define n_mmaps malloc_n_mmaps macro
1727 STATIC unsigned int n_mmaps = 0; variable
1747 extern unsigned int n_mmaps;
1994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
2015 n_mmaps++;
2016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2055 assert((n_mmaps > 0));
2058 n_mmaps--;
2094 assert((n_mmaps > 0));
3450 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c703 static unsigned int n_mmaps = 0; variable
944 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
965 n_mmaps++;
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
997 assert((n_mmaps > 0));
1000 n_mmaps--;
1024 assert((n_mmaps > 0));
2292 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Ddlmalloc.c703 static unsigned int n_mmaps = 0; variable
944 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
965 n_mmaps++;
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
997 assert((n_mmaps > 0));
1000 n_mmaps--;
1024 assert((n_mmaps > 0));
2292 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Ddlmalloc.c724 static unsigned int n_mmaps = 0; variable
994 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1015 n_mmaps++;
1016 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1047 assert((n_mmaps > 0));
1050 n_mmaps--;
1074 assert((n_mmaps > 0));
2338 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()

1234567