Searched defs:PageSize (Results 1 - 25 of 52) sorted by relevance

123

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmap_test.cpp50 const scudo::uptr PageSize = scudo::getPageSizeCached(); local
65 const scudo::uptr PageSize = scudo::getPageSizeCached(); local
[all...]
H A Dstrings_test.cpp79 const scudo::uptr PageSize = scudo::getPageSizeCached(); local
H A Dwrappers_c_test.cpp244 const size_t PageSize = sysconf(_SC_PAGESIZE); local
318 const size_t PageSize = sysconf(_SC_PAGESIZE); local
[all...]
H A Dsecondary_test.cpp153 const scudo::uptr PageSize = scudo::getPageSizeCached(); local
202 const scudo::uptr PageSize = scudo::getPageSizeCached(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dalignment.cpp14 getRequiredBackingSize(size_t Size, size_t Alignment, size_t PageSize) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp34 size_t PageSize = scudo::getPageSizeCached(); local
74 size_t PageSize = scudo::getPageSizeCached(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.cpp54 const size_t PageSize = flags()->xray_page_size_override > 0 variable
H A Dxray_interface.cpp307 const size_t PageSize = flags()->xray_page_size_override > 0 variable
358 const size_t PageSize variable
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h28 uint64_t PageSize; member in class:llvm::objcopy::macho::MachOWriter
62 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) argument
H A DMachOLayoutBuilder.h60 uint64_t PageSize; member in class:llvm::objcopy::macho::MachOLayoutBuilder
79 MachOLayoutBuilder(Object &O, bool Is64Bit, StringRef OutputFileName, uint64_t PageSize) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h97 inline size_t PageSize() { return 4096; } function in namespace:fuzzer
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h66 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h47 uint64_t PageSize; member in struct:llvm::orc::SimpleRemoteEPCOpcode::SimpleRemoteEPCExecutorInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; member in class:llvm::orc::InProcessMemoryMapper
169 size_t PageSize; member in class:llvm::orc::final
H A DExecutorProcessControl.h371 unsigned PageSize = 0; variable
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp29 InProcessMemoryMapper::InProcessMemoryMapper(size_t PageSize) argument
34 auto PageSize = sys::Process::getPageSize(); local
193 SharedMemoryMapper(ExecutorProcessControl &EPC, SymbolAddrs SAs, size_t PageSize) argument
204 auto PageSize = sys::Process::getPageSize(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp198 uptr PageSize = GetPageSizeCached(); local
H A Dmsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.h150 size_t PageSize = 0; member in struct:gwp_asan::AllocatorState
/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c26 static unsigned PageSize = 0; variable
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp33 nub_size_t MachVMMemory::PageSize(task_t task) { function in class:MachVMMemory
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h363 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} argument
389 uint64_t PageSize; member in class:llvm::jitlink::InProcessMemoryManager
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp80 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { argument
[all...]

Completed in 162 milliseconds

123