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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 73 TEST(SanitizerCommon, MmapAlignedOrDie) {
78 uptr res = (uptr)MmapAlignedOrDie(
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 151 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
sanitizer_win.cc 117 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
sanitizer_common.h 95 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type);
sanitizer_allocator.h 694 // a result of a single call to MmapAlignedOrDie(kRegionSize, kRegionSize).
880 uptr res = reinterpret_cast<uptr>(MmapAlignedOrDie(kRegionSize, kRegionSize,
    [all...]

Completed in 483 milliseconds