/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | map_test.cpp | 19 TEST(ScudoMapTest, PageSize) { in TEST() argument 57 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local 75 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local [all...] |
H A D | release_test.cpp | 150 const scudo::uptr PageSize = scudo::getPageSizeCached(); in releasePageRangeToOS() local 182 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseFreeMemoryToOS() local 310 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testPageMapMarkRange() local 417 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleasePartialRegion() local 568 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseRangeWithSingleBlock() local
|
/llvm-project/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()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Process.h | 62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | mmap_at_init.c | 22 size_t PageSize = getpagesize(); in calloc() local
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 34 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr() 74 const size_t PageSize = getPlatformPageSize(); in init() local 173 size_t PageSize) { in getRequiredBackingSize() 258 const size_t PageSize = State.PageSize; in allocate() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/ |
H A D | malloc_benchmark.cpp |
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 33 : PageSize(PageSize) {} in InProcessMemoryMapper() argument 38 if (!PageSize) in Create() local 198 : EPC(EPC), SAs(SAs), PageSize(PageSize) { in SharedMemoryMapper() argument 208 auto PageSize = sys::Process::getPageSize(); Create() local [all...] |
H A D | ExecutorProcessControl.cpp | 30 SelfExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP,std::unique_ptr<TaskDispatcher> D,Triple TargetTriple,unsigned PageSize,std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) SelfExecutorProcessControl() argument 67 auto PageSize = sys::Process::getPageSize(); Create() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c_checks.h | 64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
H A D | primary64.h | 82 const uptr PageSize = getPageSizeCached(); in init() local 612 const uptr PageSize = getPageSizeCached(); in initRegion() local 597 const uptr PageSize = getPageSizeCached(); isSmallBlock() local 602 const uptr PageSize = getPageSizeCached(); isLargeBlock() local 1175 const uptr PageSize = getPageSizeCached(); getRegionFragmentationInfo() local 1287 const uptr PageSize = getPageSizeCached(); hasChanceToReleasePages() local 1351 const uptr PageSize = getPageSizeCached(); collectGroupsToRelease() local [all...] |
H A D | primary32.h | 188 const uptr PageSize = getPageSizeCached(); isSmallBlock() local 193 const uptr PageSize = getPageSizeCached(); isLargeBlock() local 921 const uptr PageSize = getPageSizeCached(); getSizeClassFragmentationInfo() local 1017 const uptr PageSize = getPageSizeCached(); hasChanceToReleasePages() local 1079 const uptr PageSize = getPageSizeCached(); markFreeBlocks() local [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | dlclose-test.cpp | 51 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
|
H A D | unpoison-alternate-stack.cpp | 137 size_t const PageSize = sysconf(_SC_PAGESIZE); in main() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 134 uptr PageSize = GetPageSizeCached(); ReadFileToBuffer() local 177 uptr PageSize = GetPageSizeCached(); ReadFileToVector() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 121 size_t PageSize; variable 169 size_t PageSize; variable
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.cpp | 54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
|
H A D | xray_interface.cpp | 106 MProtectHelper(void * PageAlignedAddr,std::size_t MProtectLen,std::size_t PageSize) MProtectHelper() argument 311 const size_t PageSize = flags()->xray_page_size_override > 0 controlPatching() local 362 const size_t PageSize = flags()->xray_page_size_override > 0 mprotectAndPatchFunction() local [all...] |
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | alignment.cpp | 15 size_t PageSize) { in getRequiredBackingSize()
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | SharedMemoryMapperTest.cpp | 68 auto PageSize = Mapper->getPageSize(); in TEST() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 366 InProcessMemoryManager(uint64_t PageSize) InProcessMemoryManager() argument 392 uint64_t PageSize; global() variable
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | ProcessTest.cpp | 104 TEST_F(PageSizeTest, PageSize) { in TEST_F() argument
|