Searched refs:MemMapFuchsia (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mem_map_fuchsia.h | 21 class MemMapFuchsia final : public MemMapBase<MemMapFuchsia> { 23 constexpr MemMapFuchsia() = default; 41 MemMapFuchsia(uptr Base, uptr Capacity); 56 : public ReservedMemory<ReservedMemoryFuchsia, MemMapFuchsia> {
|
| H A D | mem_map_fuchsia.cpp | 95 MemMapFuchsia::MemMapFuchsia(uptr Base, uptr Capacity) in MemMapFuchsia() function in scudo::MemMapFuchsia 105 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, in mapImpl() 151 void MemMapFuchsia::unmapImpl(uptr Addr, uptr Size) { in unmapImpl() 180 bool MemMapFuchsia::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl() 215 void MemMapFuchsia::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl() 221 void MemMapFuchsia::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
|