Home
last modified time | relevance | path

Searched refs:ReservedMemory (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h90 template <class Derived, typename MemMapTy> class ReservedMemory {
93 constexpr ReservedMemory() = default;
H A Dsecondary.h607 ReservedMemoryT ReservedMemory; in allocate() local
609 if (UNLIKELY(!ReservedMemory.create(/*Addr=*/0U, MapSize, nullptr, in allocate()
615 MemMapT MemMap = ReservedMemory.dispatch(ReservedMemory.getBase(), in allocate()
616 ReservedMemory.getCapacity()); in allocate()
H A Dmem_map_linux.h47 : public ReservedMemory<ReservedMemoryLinux, MemMapLinux> {
H A Dmem_map_fuchsia.h56 : public ReservedMemory<ReservedMemoryFuchsia, MemMapFuchsia> {
H A Dmem_map.h60 : public ReservedMemory<ReservedMemoryDefault, MemMapDefault> {
H A Dprimary64.h123 CHECK(ReservedMemory.create(/*Addr=*/0U, PrimarySize, in init()
125 PrimaryBase = ReservedMemory.getBase(); in init()
151 Region->MemMapInfo.MemMap = ReservedMemory.dispatch( in init()
171 ReservedMemory.release(); in unmapTestOnly()
1678 ReservedMemoryT ReservedMemory = {}; variable