Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.h28 bool remapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
H A Dmem_map.h39 bool remapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
H A Dmem_map.cpp41 bool MemMapDefault::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl() function in scudo::MemMapDefault
H A Dmem_map_base.h45 return invokeImpl(&Derived::remapImpl, Addr, Size, Name, Flags);
H A Dmem_map_fuchsia.cpp180 bool MemMapFuchsia::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl() function in scudo::MemMapFuchsia