HomeSort by relevance Sort by last modified time
    Searched refs:madvise (Results 126 - 132 of 132) sorted by null

1 2 3 4 56

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 144 madvise(m_base, m_size, MADV_NORMAL);
160 madvise(m_base, m_size, MADV_DONTNEED);
    [all...]
  /external/qemu/
kvm-all.c 901 int ret = madvise(start, size, MADV_DONTFORK);
  /art/runtime/gc/allocator/
rosalloc.cc 137 // Don't need to call madvise on remainder here.
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp     [all...]
  /art/runtime/
thread.cc 250 // We then madvise this away.
280 // NB. madvise will probably write zeroes into the memory (on linux it does).
282 madvise(pregion, unwanted_size, MADV_DONTNEED);
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 383 milliseconds

1 2 3 4 56