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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 47 uptr GetMmapGranularity() {
sanitizer_win.cc 43 uptr GetMmapGranularity() {
122 alignment = Max(alignment, GetMmapGranularity());
  /external/compiler-rt/lib/interception/
interception_win.cc 157 static uptr GetMmapGranularity() {
350 size_t bucket_size = GetMmapGranularity();

Completed in 79 milliseconds