Home
last modified time | relevance | path

Searched refs:mremap (Results 1 – 25 of 55) sorted by relevance

123

/external/valgrind/none/tests/linux/
Dmremap.c35 np = mremap(p, 1024*1024, 256*1024, 0); /* shrink, fixed */ in main()
45 np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink, maymove */ in main()
55 np = mremap(p, 1024*1024, 2048*1024, 0); /* grow, fixed */ in main()
65 np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow, maymove */ in main()
76 np = mremap(p, 512*1024, 1024*1024, 0); /* grow, nomove, constrained */ in main()
88 np = mremap(p, 512*1024, 1024*1024, MREMAP_MAYMOVE); /* grow, maymove, constrained */ in main()
DMakefile.am10 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \
11 mremap.vgtest \
24 mremap \ program
Dmremap.stderr.exp-glibc272 mremap(grow, fixed): Cannot allocate memory
5 mremap(grow, nomove, constrained): Cannot allocate memory
Dmremap.vgtest1 prog: mremap
Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
Dmremap4.c19 addr = mremap(addr, 100 * 4096, 40 * 4096, 0); in main()
Dmremap5.c19 addr = mremap(addr, 100 * 4096, 400 * 4096, MREMAP_MAYMOVE); in main()
Dmremap6.c27 np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow, maymove */ in main()
Dmremap3.c31 void *a2 = mremap(area, 4096, 40960, 0); in main()
/external/autotest/client/tests/memory_api/
Dmremaps.c46 mem = mremap(mem , memsize * (i >> 1), in main()
Dmemory_api.c104 mem = mremap(mem , memsize, in main()
/external/jemalloc/
DChangeLog308 - Remove the --enable-mremap option.
363 - Fix junk filling for mremap(2)-based huge reallocation. This is only
364 relevant if configuring with the --enable-mremap option specified.
575 - Add the --enable-mremap option, which disables use of mremap(2) by default.
635 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that
733 - Use Linux's mremap(2) for huge object reallocation when possible.
/external/strace/
Dsys_func.h137 extern SYS_FUNC(mremap);
Dmem.c201 SYS_FUNC(mremap) in SYS_FUNC() argument
/external/strace/linux/32/
Dsyscallent.h224 [216] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/64/
Dsyscallent.h217 [216] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/s390x/
Dsyscallent.h186 [163] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/avr32/
Dsyscallent.h85 [ 57] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/mips/
Dsyscallent-n32.h27 [6024] = { 5, TM|SI, SEN(mremap), "mremap" },
Dsyscallent-n64.h27 [5024] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/xtensa/
Dsyscallent.h84 [ 88] = { 4, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/x86_64/
Dsyscallent.h26 [ 25] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/ia64/
Dsyscallent.h175 [1156] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/s390/
Dsyscallent.h194 [163] = { 5, TM|SI, SEN(mremap), "mremap" },
/external/strace/linux/sparc/
Dsyscallent.h251 [250] = { 5, TM|SI, SEN(mremap), "mremap" },

123