Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-sigbus.cpp49 const long pagesize = sysconf(_SC_PAGESIZE); in main() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h131 void SetPageSize(int pagesize) { m_pagesize = pagesize; } in SetPageSize()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp318 int pagesize = 0x4000; // 16k pages on 64-bit targets in SearchForKernelNearPC() local
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp231 static int pagesize{0}; variable