Home
last modified time | relevance | path

Searched defs:PageSize (Results 1 – 25 of 59) sorted by relevance

123

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmap_test.cpp18 TEST(ScudoMapTest, PageSize) { in TEST() argument
50 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
65 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
H A Dwrappers_c_test.cpp244 const size_t PageSize = sysconf(_SC_PAGESIZE); in TEST() local
318 const size_t PageSize = sysconf(_SC_PAGESIZE); in TEST() local
H A Dsecondary_test.cpp153 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST_F() local
202 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
H A Drelease_test.cpp123 const scudo::uptr PageSize = scudo::getPageSizeCached(); in releasePageRangeToOS() local
154 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseFreeMemoryToOS() local
H A Dstrings_test.cpp79 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h28 uint64_t PageSize; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
H A DMachOLayoutBuilder.h60 uint64_t PageSize; variable
80 uint64_t PageSize) in MachOLayoutBuilder()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp34 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr()
72 const size_t PageSize = getPlatformPageSize(); in init() local
170 size_t PageSize) { in getRequiredBackingSize()
255 const size_t PageSize = State.PageSize; in allocate() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp29 InProcessMemoryMapper::InProcessMemoryMapper(size_t PageSize) in InProcessMemoryMapper()
34 auto PageSize = sys::Process::getPageSize(); in Create() local
194 SymbolAddrs SAs, size_t PageSize) in SharedMemoryMapper()
204 auto PageSize = sys::Process::getPageSize(); in Create() local
H A DExecutorProcessControl.cpp28 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl()
64 auto PageSize = sys::Process::getPageSize(); in Create() local
H A DEPCIndirectionUtils.cpp111 auto PageSize = EPC.getPageSize(); in grow() local
360 auto PageSize = EPC.getPageSize(); in getIndirectStubs() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp34 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free() local
74 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free_loop() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProcess.h62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp134 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local
177 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp104 std::size_t PageSize) XRAY_NEVER_INSTRUMENT in MProtectHelper()
307 const size_t PageSize = flags()->xray_page_size_override > 0 in controlPatching() local
358 const size_t PageSize = flags()->xray_page_size_override > 0 in mprotectAndPatchFunction() local
H A Dxray_utils.cpp54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h66 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h363 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
389 uint64_t PageSize; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h97 inline size_t PageSize() { return 4096; } in PageSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dalignment.cpp15 size_t PageSize) { in getRequiredBackingSize()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp84 uptr PageSize = GetPageSizeCached(); in TEST() local
99 uptr PageSize = GetPageSizeCached(); in TEST() local
477 uptr PageSize = GetPageSizeCached(); in TEST() local
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp80 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes()
306 if (auto PageSize = sys::Process::getPageSize()) in Create() local

123