Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.h26 bool mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
H A Dmem_map.h37 bool mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
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_base.h28 return invokeImpl(&Derived::mapImpl, Addr, Size, Name, Flags);
H A Dmem_map_fuchsia.cpp105 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, in mapImpl() function in scudo::MemMapFuchsia