/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | map_test.cpp | 18 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 D | wrappers_c_test.cpp | 244 const size_t PageSize = sysconf(_SC_PAGESIZE); in TEST() local 318 const size_t PageSize = sysconf(_SC_PAGESIZE); in TEST() local
|
H A D | secondary_test.cpp | 153 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST_F() local 202 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
|
H A D | release_test.cpp | 123 const scudo::uptr PageSize = scudo::getPageSizeCached(); in releasePageRangeToOS() local 154 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseFreeMemoryToOS() local
|
H A D | strings_test.cpp | 79 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.h | 28 uint64_t PageSize; variable 63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
|
H A D | MachOLayoutBuilder.h | 60 uint64_t PageSize; variable 80 uint64_t PageSize) in MachOLayoutBuilder()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 34 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 D | MemoryMapper.cpp | 29 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 D | ExecutorProcessControl.cpp | 28 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl() 64 auto PageSize = sys::Process::getPageSize(); in Create() local
|
H A D | EPCIndirectionUtils.cpp | 111 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 D | malloc_benchmark.cpp | 34 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 D | Process.h | 62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 134 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local 177 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 121 size_t PageSize; variable 169 size_t PageSize; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_interface.cpp | 104 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 D | xray_utils.cpp | 54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c_checks.h | 66 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 363 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager() 389 uint64_t PageSize; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 97 inline size_t PageSize() { return 4096; } in PageSize() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
H A D | alignment.cpp | 15 size_t PageSize) { in getRequiredBackingSize()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_common_test.cpp | 84 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 D | msan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 80 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes() 306 if (auto PageSize = sys::Process::getPageSize()) in Create() local
|