Home
last modified time | relevance | path

Searched refs:MemMapDefault (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.h31 class MemMapDefault final : public MemMapBase<MemMapDefault> {
33 constexpr MemMapDefault() = default;
34 MemMapDefault(uptr Base, uptr Capacity) : Base(Base), Capacity(Capacity) {} in MemMapDefault() function
60 : public ReservedMemory<ReservedMemoryDefault, MemMapDefault> {
H A Dmem_map.cpp15 bool MemMapDefault::mapImpl(uptr Addr, uptr Size, const char *Name, in mapImpl()
27 void MemMapDefault::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
41 bool MemMapDefault::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
50 void MemMapDefault::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
56 void MemMapDefault::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()