Searched refs:mremap (Results 1 – 18 of 18) sorted by relevance
/external/valgrind/main/none/tests/linux/ |
D | Makefile.am | 8 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \ 9 mremap.vgtest \ 14 mremap \ program
|
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 | mremap.stderr.exp-glibc27 | 2 mremap(grow, fixed): Cannot allocate memory 5 mremap(grow, nomove, constrained): Cannot allocate memory
|
D | Makefile.in | 49 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@
|
D | mremap.vgtest | 1 prog: mremap
|
D | mremap.stderr.exp | 2 mremap(grow, nomove, constrained): Cannot allocate memory
|
/external/oprofile/libdb/ |
D | db_manage.c | 84 new_map = mremap(data->base_memory, in odb_grow_hashtable()
|
/external/valgrind/main/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 22 v5886 fixed 123535 mremap(new_addr) requires MREMAP_FIXED in 4th arg
|
D | 3_3_BUGSTATUS.txt | 133 169539 WF pend mremap fails on specific address on 32-bit memcheck
|
/external/valgrind/main/ |
D | config.h.in | 132 /* Define to 1 if you have the `mremap' function. */
|
D | configure.in | 1582 mremap \
|
D | NEWS | 1786 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/ |
D | scalar.stderr.exp | 1590 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/ |
D | TODO | 84 o odb_insert() can fail on ftruncate or mremap() in db_manage.c but we don't
|
D | ChangeLog-2002 | 976 malloc/realloc or mmap/mremap memory allocation
|
/external/libffi/src/ |
D | dlmalloc.c | 1354 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 1400 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
|
/external/strace/ |
D | ChangeLog | 2972 + add support for sendfile and mremap syscalls for Linux
|