Home
last modified time | relevance | path

Searched defs:mapImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.cpp15 bool MemMapDefault::mapImpl(uptr Addr, uptr Size, const char *Name, in mapImpl() function in scudo::MemMapDefault
H A Dmem_map_linux.cpp81 bool MemMapLinux::mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mapImpl() function in scudo::MemMapLinux
H A Dmem_map_fuchsia.cpp96 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, mapImpl() function in scudo::MemMapFuchsia