HomeSort by relevance Sort by last modified time
    Searched refs:VKI_MREMAP_MAYMOVE (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 231 VKI_MREMAP_MAYMOVE|VKI_MREMAP_FIXED/*move-or-fail*/,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 254 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
259 flags & VKI_MREMAP_MAYMOVE ? "MAYMOVE" : "",
264 if (flags & ~(VKI_MREMAP_FIXED | VKI_MREMAP_MAYMOVE))
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h     [all...]

Completed in 121 milliseconds