Home
last modified time | relevance | path

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

12

/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
573 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseRangeWithSingleBlock() local
Dsecondary_test.cpp153 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST_F() local
202 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
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
Dstrings_test.cpp79 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
/external/gwp_asan/gwp_asan/
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
Dcommon.h150 size_t PageSize = 0; member
/external/scudo/standalone/benchmarks/
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
/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-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/scudo/standalone/
Dwrappers_c_checks.h66 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
Dprimary64.h69 const uptr PageSize = getPageSizeCached(); in init() local
505 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
841 const uptr PageSize = getPageSizeCached(); variable
Dsecondary.h230 const uptr PageSize = getPageSizeCached(); in retrieve() local
502 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
Dmsan_poisoning.cc123 uptr PageSize = GetPageSizeCached(); in SetShadow() 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/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
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc169 uptr PageSize = GetPageSizeCached(); in MmapNoReserveOrDie() local
183 uptr PageSize = GetPageSizeCached(); in MmapFixedOrDie() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp287 int PageSize, in shouldUseMmap()
342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp287 int PageSize, in shouldUseMmap()
342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp174 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local

12