Home
last modified time | relevance | path

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

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