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