OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maymove
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/none/tests/linux/
mremap.c
45
np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink,
maymove
*/
47
perror("mremap(shrink,
maymove
)");
49
fprintf(stderr, "shrink,
maymove
: p=%p np=%p: shrink moved?!\n",
65
np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow,
maymove
*/
67
perror("mremap(grow,
maymove
)");
69
fprintf(stderr, "grow,
maymove
: p=%p np=%p: shrink moved?!\n",
80
fprintf(stderr, "grow,
maymove
, constrained: p=%p np=%p (managed to grow without moving?!)\n",
88
np = mremap(p, 512*1024, 1024*1024, MREMAP_MAYMOVE); /* grow,
maymove
, constrained */
90
perror("mremap(grow,
maymove
, constrained)");
92
fprintf(stderr, "grow,
maymove
, constrained: p=%p np=%p (managed to grow without moving?!)\n"
[
all
...]
mremap.stderr.exp-glibc27
4
grow,
maymove
: p=0x........ np=0x........: shrink moved?!
mremap2.c
108
int alocal,
maymove
, fixed, nsi, dstpossible;
local
120
for (
maymove
= 0;
maymove
<= 1 ;
maymove
++) {
128
int flags = (
maymove
? MREMAP_MAYMOVE : 0) |
144
maymove
, fixed, newsizes[nsi], dstpossible, dst );
mremap6.c
27
np = mremap(p, 1024*1024, 2048*1024, MREMAP_MAYMOVE); /* grow,
maymove
*/
/external/valgrind/coregrind/m_syswrap/
syswrap-generic.c
290
flags & VKI_MREMAP_MAYMOVE ? "
MAYMOVE
" : "",
343
*
maymove
== False
350
*
maymove
== True, fixed == False
358
*
maymove
== True, fixed == True
[
all
...]
Completed in 106 milliseconds