Home
last modified time | relevance | path

Searched refs:MmapFixedImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc120 void *MmapFixedImpl(uptr fixed_addr, uptr size, bool tolerate_enomem) { in MmapFixedImpl() function
141 return MmapFixedImpl(fixed_addr, size, false /*tolerate_enomem*/); in MmapFixedOrDie()
145 return MmapFixedImpl(fixed_addr, size, true /*tolerate_enomem*/); in MmapFixedOrDieOnFatalError()