Home
last modified time | relevance | path

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

1234

/external/scudo/standalone/tests/
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
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
Dsecondary_test.cpp173 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST_F() local
223 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOWriter.h28 uint64_t PageSize; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
DMachOLayoutBuilder.h60 uint64_t PageSize; variable
80 uint64_t PageSize) in MachOLayoutBuilder()
/external/gwp_asan/gwp_asan/
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
/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp34 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free() local
72 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free_loop() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
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
DExecutorProcessControl.cpp28 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl()
64 auto PageSize = sys::Process::getPageSize(); in Create() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProcess.h57 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DProcess.h62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp150 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
232 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
500 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
686 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
932 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp152 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
234 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
502 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/external/scudo/standalone/
Dwrappers_c_checks.h64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
Dprimary64.h82 const uptr PageSize = getPageSizeCached(); in init() local
597 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
602 const uptr PageSize = getPageSizeCached(); in isLargeBlock() local
612 const uptr PageSize = getPageSizeCached(); in initRegion() local
1175 const uptr PageSize = getPageSizeCached(); in getRegionFragmentationInfo() local
1287 const uptr PageSize = getPageSizeCached(); in hasChanceToReleasePages() local
1351 const uptr PageSize = getPageSizeCached(); in collectGroupsToRelease() local
Dprimary32.h188 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
193 const uptr PageSize = getPageSizeCached(); in isLargeBlock() local
921 const uptr PageSize = getPageSizeCached(); in getSizeClassFragmentationInfo() local
1017 const uptr PageSize = getPageSizeCached(); in hasChanceToReleasePages() local
1079 const uptr PageSize = getPageSizeCached(); in markFreeBlocks() local
Dsecondary.h125 const uptr PageSize = getPageSizeCached(); in mapSecondary() local
300 const uptr PageSize = getPageSizeCached(); in retrieve() local
592 const uptr PageSize = getPageSizeCached(); in allocate() local
/external/compiler-rt/test/asan/TestCases/Posix/
Ddlclose-test.cc49 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
/external/compiler-rt/lib/msan/
Dmsan_thread.cc12 uptr PageSize = GetPageSizeCached(); in Create() local
/external/gwp_asan/gwp_asan/tests/
Dalignment.cpp15 size_t PageSize) { in getRequiredBackingSize()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtil.h97 inline size_t PageSize() { return 4096; } in PageSize() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h363 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
389 uint64_t PageSize; variable
/external/compiler-rt/lib/esan/
Dworking_set_posix.cpp91 uptr PageSize = GetPageSizeCached(); in handleMemoryFault() local
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp161 static const size_t PageSize = sys::Process::getPageSize(); in trimBlockToPageSize() local

1234