/external/valgrind/none/tests/linux/ |
D | mremap.c | 35 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()
|
D | Makefile.am | 10 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \ 11 mremap.vgtest \ 24 mremap \ program
|
D | mremap.stderr.exp-glibc27 | 2 mremap(grow, fixed): Cannot allocate memory 5 mremap(grow, nomove, constrained): Cannot allocate memory
|
D | mremap.vgtest | 1 prog: mremap
|
D | mremap.stderr.exp | 2 mremap(grow, nomove, constrained): Cannot allocate memory
|
D | mremap4.c | 19 addr = mremap(addr, 100 * 4096, 40 * 4096, 0); in main()
|
D | mremap5.c | 19 addr = mremap(addr, 100 * 4096, 400 * 4096, MREMAP_MAYMOVE); in main()
|
D | mremap6.c | 27 np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow, maymove */ in main()
|
D | mremap3.c | 31 void *a2 = mremap(area, 4096, 40960, 0); in main()
|
/external/autotest/client/tests/memory_api/ |
D | mremaps.c | 46 mem = mremap(mem , memsize * (i >> 1), in main()
|
D | memory_api.c | 104 mem = mremap(mem , memsize, in main()
|
/external/jemalloc/ |
D | ChangeLog | 308 - 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/ |
D | sys_func.h | 137 extern SYS_FUNC(mremap);
|
D | mem.c | 201 SYS_FUNC(mremap) in SYS_FUNC() argument
|
/external/strace/linux/32/ |
D | syscallent.h | 224 [216] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/64/ |
D | syscallent.h | 217 [216] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 186 [163] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 85 [ 57] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 27 [6024] = { 5, TM|SI, SEN(mremap), "mremap" },
|
D | syscallent-n64.h | 27 [5024] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 84 [ 88] = { 4, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 26 [ 25] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 175 [1156] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 194 [163] = { 5, TM|SI, SEN(mremap), "mremap" },
|
/external/strace/linux/sparc/ |
D | syscallent.h | 251 [250] = { 5, TM|SI, SEN(mremap), "mremap" },
|