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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 47 uptr GetMmapGranularity() {
sanitizer_coverage_libcdep.cc 219 sizeof(tr_event_array[0]) * kTrEventArrayMaxSize + GetMmapGranularity(),
223 GetMmapGranularity());
252 GetMmapGranularity());
    [all...]
sanitizer_common.h 70 uptr GetMmapGranularity();
sanitizer_win.cc 43 uptr GetMmapGranularity() {
  /external/compiler-rt/lib/asan/
asan_rtl.cc 455 shadow_start -= GetMmapGranularity();

Completed in 373 milliseconds