HomeSort by relevance Sort by last modified time
    Searched full:f_fixed (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 253 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED); local
283 if (f_fixed == True && new_addr + new_len < new_len)
288 if (f_fixed == True && f_maymove == False)
346 if (f_maymove == True && f_fixed == False) {
355 if (f_maymove == True && f_fixed == True) {
    [all...]

Completed in 53 milliseconds