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