Searched refs:MmapAlignedOrDie (Results 1 – 4 of 4) sorted by relevance
73 TEST(SanitizerCommon, MmapAlignedOrDie) { in TEST() argument78 uptr res = (uptr)MmapAlignedOrDie( in TEST()
187 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { in MmapAlignedOrDie() function
77 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type);
851 uptr res = reinterpret_cast<uptr>(MmapAlignedOrDie(kRegionSize, kRegionSize, in AllocateRegion()