Home
last modified time | relevance | path

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

12345

/external/scudo/standalone/tests/
Dmap_test.cpp18 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/
Dmap_test.cpp18 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
Dsecondary_test.cpp103 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/
DMachOLayoutBuilder.h22 uint64_t PageSize; variable
40 MachOLayoutBuilder(Object &O, bool Is64Bit, uint64_t PageSize) in MachOLayoutBuilder()
DMachOWriter.h26 uint64_t PageSize; variable
55 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, uint64_t PageSize, in MachOWriter()
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp33 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/
Dguarded_pool_allocator.cpp45 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/
Dmalloc_benchmark.cpp28 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/
Dmalloc_benchmark.cpp35 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/
DProcess.h57 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/external/llvm-project/llvm/include/llvm/Support/
DProcess.h63 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/external/llvm-project/compiler-rt/test/dfsan/
Dinterceptors.c19 size_t PageSize = getpagesize(); in calloc() 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-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.cpp111 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local
154 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
/external/llvm-project/lld/MachO/
DTarget.h30 PageSize = 4096, enumerator
/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/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp27 unsigned PageSize, std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfTargetProcessControl()
46 auto PageSize = sys::Process::getPageSize(); in Create() local
/external/scudo/standalone/
Dwrappers_c_checks.h61 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_c_checks.h61 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
/external/compiler-rt/test/asan/TestCases/Posix/
Ddlclose-test.cc49 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddlclose-test.cpp51 size_t PageSize = sysconf(_SC_PAGESIZE); in main() local
/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp102 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
Dxray_utils.cpp53 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
/external/compiler-rt/lib/msan/
Dmsan_thread.cc12 uptr PageSize = GetPageSizeCached(); in Create() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtil.h95 inline size_t PageSize() { return 4096; } in PageSize() function

12345