Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/linux/
DMakefile.am8 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \
9 mremap.vgtest \
14 mremap \ program
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()
Dmremap.stderr.exp-glibc272 mremap(grow, fixed): Cannot allocate memory
5 mremap(grow, nomove, constrained): Cannot allocate memory
DMakefile.in49 check_PROGRAMS = blockfault$(EXEEXT) mremap$(EXEEXT) mremap2$(EXEEXT)
62 mremap_SOURCES = mremap.c
63 mremap_OBJECTS = mremap.$(OBJEXT)
77 SOURCES = blockfault.c mremap.c mremap2.c
78 DIST_SOURCES = blockfault.c mremap.c mremap2.c
363 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \
364 mremap.vgtest \
407 mremap$(EXEEXT): $(mremap_OBJECTS) $(mremap_DEPENDENCIES)
408 @rm -f mremap$(EXEEXT)
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mremap.Po@am__quote@
Dmremap.vgtest1 prog: mremap
Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
/external/oprofile/libdb/
Ddb_manage.c84 new_map = mremap(data->base_memory, in odb_grow_hashtable()
/external/valgrind/main/docs/internals/
D3_1_BUGSTATUS.txt22 v5886 fixed 123535 mremap(new_addr) requires MREMAP_FIXED in 4th arg
D3_3_BUGSTATUS.txt133 169539 WF pend mremap fails on specific address on 32-bit memcheck
/external/valgrind/main/
Dconfig.h.in132 /* Define to 1 if you have the `mremap' function. */
Dconfigure.in1582 mremap \
DNEWS1786 123535 mremap(new_addr) requires MREMAP_FIXED in 4th arg
2421 100833 second call to "mremap" fails with EINVAL
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp1590 Syscall param mremap(old_addr) contains uninitialised byte(s)
1593 Syscall param mremap(old_size) contains uninitialised byte(s)
1596 Syscall param mremap(new_size) contains uninitialised byte(s)
1599 Syscall param mremap(flags) contains uninitialised byte(s)
1602 Syscall param mremap(new_addr) contains uninitialised byte(s)
/external/oprofile/
DTODO84 o odb_insert() can fail on ftruncate or mremap() in db_manage.c but we don't
DChangeLog-2002976 malloc/realloc or mmap/mremap memory allocation
/external/libffi/src/
Ddlmalloc.c1354 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c1400 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
/external/strace/
DChangeLog2972 + add support for sendfile and mremap syscalls for Linux