Searched refs:MmapFixedImpl (Results 1 – 1 of 1) sorted by relevance
120 void *MmapFixedImpl(uptr fixed_addr, uptr size, bool tolerate_enomem) { in MmapFixedImpl() function141 return MmapFixedImpl(fixed_addr, size, false /*tolerate_enomem*/); in MmapFixedOrDie()145 return MmapFixedImpl(fixed_addr, size, true /*tolerate_enomem*/); in MmapFixedOrDieOnFatalError()