Searched refs:remapImpl (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_fuchsia.h | 28 bool remapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
|
H A D | mem_map.h | 39 bool remapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
|
H A D | mem_map.cpp | 41 bool MemMapDefault::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl() function in scudo::MemMapDefault
|
H A D | mem_map_base.h | 45 return invokeImpl(&Derived::remapImpl, Addr, Size, Name, Flags);
|
H A D | mem_map_fuchsia.cpp | 180 bool MemMapFuchsia::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl() function in scudo::MemMapFuchsia
|