Home
last modified time | relevance | path

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

123

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmap_test.cpp19 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 Drelease_test.cpp150 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 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()
/llvm-project/llvm/include/llvm/Support/
H A DProcess.h62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/llvm-project/compiler-rt/test/dfsan/
H A Dmmap_at_init.c22 size_t PageSize = getpagesize(); in calloc() local
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp34 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 Dmalloc_benchmark.cpp
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp33 : 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 DExecutorProcessControl.cpp30 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 Dwrappers_c_checks.h64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
H A Dprimary64.h82 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 Dprimary32.h188 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 Ddlclose-test.cpp51 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
H A Dunpoison-alternate-stack.cpp137 size_t const PageSize = sysconf(_SC_PAGESIZE); in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp134 uptr PageSize = GetPageSizeCached(); ReadFileToBuffer() local
177 uptr PageSize = GetPageSizeCached(); ReadFileToVector() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
H A Dxray_interface.cpp106 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 Dalignment.cpp15 size_t PageSize) { in getRequiredBackingSize()
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DSharedMemoryMapperTest.cpp68 auto PageSize = Mapper->getPageSize(); in TEST() local
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) InProcessMemoryManager() argument
392 uint64_t PageSize; global() variable
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/llvm-project/llvm/unittests/Support/
H A DProcessTest.cpp104 TEST_F(PageSizeTest, PageSize) { in TEST_F() argument

123