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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 35 uptr GetPageSize() {
40 return GetPageSize();
sanitizer_common.cc 25 PageSize = GetPageSize();
sanitizer_common.h 38 uptr GetPageSize();
sanitizer_win.cc 29 uptr GetPageSize() {
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 765 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
774 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
  /external/v8/src/
platform-win32.cc 854 static size_t GetPageSize() {
926 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
    [all...]

Completed in 424 milliseconds