| /external/scudo/standalone/tests/ |
| D | map_test.cpp | 18 TEST(ScudoMapTest, PageSize) { in TEST() argument 42 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local 57 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
| D | map_test.cpp | 18 TEST(ScudoMapTest, PageSize) { in TEST() argument 42 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local 57 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
|
| D | secondary_test.cpp | 103 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local 151 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | MachOLayoutBuilder.h | 22 uint64_t PageSize; variable 40 MachOLayoutBuilder(Object &O, bool Is64Bit, uint64_t PageSize) in MachOLayoutBuilder()
|
| D | MachOWriter.h | 26 uint64_t PageSize; variable 55 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, uint64_t PageSize, in MachOWriter()
|
| /external/gwp_asan/gwp_asan/ |
| D | guarded_pool_allocator.cpp | 33 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr() 64 const size_t PageSize = getPlatformPageSize(); in init() local 155 size_t PageSize) { in getRequiredBackingSize() 240 const size_t PageSize = State.PageSize; in allocate() local
|
| /external/llvm-project/compiler-rt/lib/gwp_asan/ |
| D | guarded_pool_allocator.cpp | 45 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr() 74 const size_t PageSize = getPlatformPageSize(); in init() local 195 const size_t PageSize = State.PageSize; in allocate() local
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/ |
| D | malloc_benchmark.cpp | 28 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free() local 68 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free_loop() local
|
| /external/scudo/standalone/benchmarks/ |
| D | malloc_benchmark.cpp | 35 size_t PageSize = scudo::getPageSizeCached(); in BM_malloc_free() local 76 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/llvm-project/llvm/include/llvm/Support/ |
| D | Process.h | 63 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
| /external/llvm-project/compiler-rt/test/dfsan/ |
| D | interceptors.c | 19 size_t PageSize = getpagesize(); in calloc() 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-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_file.cpp | 111 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local 154 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
|
| /external/llvm-project/lld/MachO/ |
| D | Target.h | 30 PageSize = 4096, enumerator
|
| /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/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | TargetProcessControl.cpp | 27 unsigned PageSize, std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfTargetProcessControl() 46 auto PageSize = sys::Process::getPageSize(); in Create() local
|
| /external/scudo/standalone/ |
| D | wrappers_c_checks.h | 61 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | wrappers_c_checks.h | 61 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
| /external/compiler-rt/test/asan/TestCases/Posix/ |
| D | dlclose-test.cc | 49 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
| D | dlclose-test.cpp | 51 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
|
| /external/llvm-project/compiler-rt/lib/xray/ |
| D | xray_interface.cpp | 102 std::size_t PageSize) XRAY_NEVER_INSTRUMENT in MProtectHelper() 304 const size_t PageSize = flags()->xray_page_size_override > 0 in controlPatching() local 355 const size_t PageSize = flags()->xray_page_size_override > 0 in mprotectAndPatchFunction() local
|
| D | xray_utils.cpp | 53 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
|
| /external/compiler-rt/lib/msan/ |
| D | msan_thread.cc | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
| /external/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerUtil.h | 95 inline size_t PageSize() { return 4096; } in PageSize() function
|