/external/scudo/standalone/tests/ |
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
|
D | release_test.cpp | 123 const scudo::uptr PageSize = scudo::getPageSizeCached(); in releasePageRangeToOS() local 154 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseFreeMemoryToOS() local
|
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
|
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
|
D | strings_test.cpp | 77 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
|
/external/gwp_asan/gwp_asan/ |
D | guarded_pool_allocator.cpp | 33 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr() 71 const size_t PageSize = getPlatformPageSize(); in init() local 162 size_t PageSize) { in getRequiredBackingSize() 247 const size_t PageSize = State.PageSize; in allocate() local
|
D | common.h | 139 size_t PageSize = 0; member
|
/external/scudo/standalone/benchmarks/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 57 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 150 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/ |
D | OrcABISupport.cpp | 152 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/ |
D | wrappers_c_checks.h | 66 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
D | primary64.h | 72 const uptr PageSize = getPageSizeCached(); in init() local 432 const uptr PageSize = getPageSizeCached(); variable
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | dlclose-test.cc | 49 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
D | msan_poisoning.cc | 123 uptr PageSize = GetPageSizeCached(); in SetShadow() local
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtil.h | 97 inline size_t PageSize() { return 4096; } in PageSize() function
|
/external/gwp_asan/gwp_asan/tests/ |
D | alignment.cpp | 15 size_t PageSize) { in getRequiredBackingSize()
|
/external/compiler-rt/lib/esan/ |
D | working_set_posix.cpp | 91 uptr PageSize = GetPageSizeCached(); in handleMemoryFault() local
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 161 static const size_t PageSize = sys::Process::getPageSize(); in trimBlockToPageSize() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 169 uptr PageSize = GetPageSizeCached(); in MmapNoReserveOrDie() local 183 uptr PageSize = GetPageSizeCached(); in MmapFixedOrDie() local
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 287 int PageSize, in shouldUseMmap() 342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 287 int PageSize, in shouldUseMmap() 342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 174 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 313 int PageSize, in shouldUseMmap() 421 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl() local
|